PR go/67874
commitdf07d17b578c936987013d4f082c2db300b24dd7
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 7 Oct 2015 17:22:08 +0000 (7 17:22 +0000)
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 7 Oct 2015 17:22:08 +0000 (7 17:22 +0000)
treedfed1026d5397402b85feef171a5e9c2c1ff4dae
parent3dabf8ddc9b4f0da3277991d20525d062e5b5138
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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@228576 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/go/gofrontend/MERGE
libgo/go/net/fd_unix.go
libgo/runtime/go-varargs.c