From 0718ef2ef256118d53a01598f179001ec2af7626 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Tue, 7 Aug 2018 08:44:44 +0200 Subject: [PATCH] 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 TryBot-Result: Gobot Gobot Reviewed-by: Ian Lance Taylor --- unix/syscall_freebsd.go | 8 -------- 1 file changed, 8 deletions(-) diff --git a/unix/syscall_freebsd.go b/unix/syscall_freebsd.go index 063c0312..e12cc985 100644 --- a/unix/syscall_freebsd.go +++ b/unix/syscall_freebsd.go @@ -602,14 +602,6 @@ func Uname(uname *Utsname) error { // Watchevent // Waitevent // Modwatch -// Getxattr -// Fgetxattr -// Setxattr -// Fsetxattr -// Removexattr -// Fremovexattr -// Listxattr -// Flistxattr // Fsctl // Initgroups // Posix_spawn