go-varargs.c
1.55 KB
-
re PR go/67874 (fd_unix.go does not build when there is fcntl64 and no fcntl syscall) · 0786e1fe
PR go/67874 net, runtime: Call C library fcntl function rather than syscall.Syscall. Not all systems define a fcntl syscall; some only have fcntl64. Fixes GCC PR go/67874. Reviewed-on: https://go-review.googlesource.com/15497 From-SVN: r228576
Ian Lance Taylor committed