On Mon, Nov 11, 2013 at 7:08 AM, Uros Bizjak <ubiz...@gmail.com> wrote: > > Building latest gcc+go on CentOS 5.10 breaks with following build failure: > > ../../../gcc-svn/trunk/libgo/go/net/fd_unix.go:414:72: error: > reference to undefined identifier ‘syscall.F_DUPFD_CLOEXEC’ > r0, _, e1 := syscall.Syscall(syscall.SYS_FCNTL, uintptr(fd), > syscall.F_DUPFD_CLOEXEC, 0)
Should be fixed by the patch I just committed. Thanks for reporting it. Ian