re PR go/67874 (fd_unix.go does not build when there is fcntl64 and no fcntl syscall)
authorIan Lance Taylor <ian@gcc.gnu.org>
Wed, 7 Oct 2015 17:22:08 +0000 (17:22 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Wed, 7 Oct 2015 17:22:08 +0000 (17:22 +0000)
commit0786e1fe8688691332e6c4f9aab82956546073c5
treedfed1026d5397402b85feef171a5e9c2c1ff4dae
parent919e06d3f59f9770be5e3968159a46f6c077c9f8
re PR go/67874 (fd_unix.go does not build when there is fcntl64 and no fcntl syscall)

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
gcc/go/gofrontend/MERGE
libgo/go/net/fd_unix.go
libgo/runtime/go-varargs.c