mirror of
https://github.com/golang/sys.git
synced 2026-02-08 11:46:04 +03:00
unix: remove *xattr from list of unimplemented syscalls on FreeBSD
These are all implemented on FreeBSD. Change-Id: I5f3558c19d7540e08cfa77a06fffd80a9c80f1f3 Reviewed-on: https://go-review.googlesource.com/128175 Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Ian Lance Taylor <iant@golang.org>
This commit is contained in:
committed by
Tobias Klauser
parent
2be389f392
commit
0718ef2ef2
@@ -602,14 +602,6 @@ func Uname(uname *Utsname) error {
|
||||
// Watchevent
|
||||
// Waitevent
|
||||
// Modwatch
|
||||
// Getxattr
|
||||
// Fgetxattr
|
||||
// Setxattr
|
||||
// Fsetxattr
|
||||
// Removexattr
|
||||
// Fremovexattr
|
||||
// Listxattr
|
||||
// Flistxattr
|
||||
// Fsctl
|
||||
// Initgroups
|
||||
// Posix_spawn
|
||||
|
||||
Reference in New Issue
Block a user