Skip to content

Commit d2ce1bc

Browse files
committed
sysx/xattr_darwin.go: rm duplicate Fchmodat def
Commit 38f54c7 "Add fchmodat system calls for darwin" mistakenly added Fchmodat() for Darwin in two places. The error is hidden as the generated files (sysx/xattr_darwin_{i386,amd64}.go were not re-generated since. Fixes: 38f54c7 "Add fchmodat system calls for darwin" Cc: Derek McGowan <[email protected]> Signed-off-by: Kir Kolyshkin <[email protected]>
1 parent 246e490 commit d2ce1bc

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

sysx/xattr_darwin.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ package sysx
88
//sys setxattr(path string, attr string, data []byte, flags int) (err error)
99
//sys removexattr(path string, attr string, options int) (err error)
1010
//sys listxattr(path string, dest []byte, options int) (sz int, err error)
11-
//sys Fchmodat(dirfd int, path string, mode uint32, flags int) (err error)
1211

1312
const (
1413
xattrNoFollow = 0x01

0 commit comments

Comments
 (0)