]> Cypherpunks repositories - gostls13.git/commit
os: document that Chown with -1 means to leave values unchanged, like POSIX
authorBrad Fitzpatrick <bradfitz@golang.org>
Wed, 11 Apr 2018 22:51:17 +0000 (22:51 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Wed, 11 Apr 2018 23:06:44 +0000 (23:06 +0000)
commit044d2d5af62001665cc28ce78757fc2831e78eeb
tree18e3e7b3879d3427e211e9a214edef518fa1758f
parenta44cd6866380c90870ee92a3b053f780a900b282
os: document that Chown with -1 means to leave values unchanged, like POSIX

And fix the nacl implementation.

Fixes #24710

Change-Id: I31ffeea03a72dac5021ffb183fde31e9ffd060ad
Reviewed-on: https://go-review.googlesource.com/106464
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/os/file_plan9.go
src/os/file_posix.go
src/syscall/fs_nacl.go