[Bug go/67874] fd_unix.go does not build when there is fcntl64 and no fcntl syscall

2015-10-07 Thread ian at airs dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67874 Ian Lance Taylor changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug go/67874] fd_unix.go does not build when there is fcntl64 and no fcntl syscall

2015-10-07 Thread ian at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67874 --- Comment #2 from ian at gcc dot gnu.org --- Author: ian Date: Wed Oct 7 17:22:08 2015 New Revision: 228576 URL: https://gcc.gnu.org/viewcvs?rev=228576&root=gcc&view=rev Log: PR go/67874 net, runtime: Call C library fcntl function

[Bug go/67874] fd_unix.go does not build when there is fcntl64 and no fcntl syscall

2015-10-06 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67874 --- Comment #1 from Andrew Pinski --- Note I think tilegx32 target might have the same issue as it uses the new generic syscall interface and there is no fcntl there either.