unix: remove raw syscall from Getfsstat

Use libc version instead.

Update golang/go#17490

Change-Id: Ibcedccb9715961904d12fc85f69a7139b6c26658
Reviewed-on: https://go-review.googlesource.com/c/154660
Reviewed-by: Ian Lance Taylor <iant@golang.org>
This commit is contained in:
Keith Randall
2018-12-20 18:18:36 +00:00
committed by Keith Randall
parent 54d2441686
commit 4dcd0b7660
18 changed files with 118 additions and 6 deletions
+1
View File
@@ -206,4 +206,5 @@ var darwinTests = [...]darwinTest{
{"mmap", libc_mmap_trampoline},
{"munmap", libc_munmap_trampoline},
{"gettimeofday", libc_gettimeofday_trampoline},
{"getfsstat64", libc_getfsstat64_trampoline},
}