On Mon, Nov 2, 2015 at 7:39 AM, Lynn A. Boger wrote: > I see this error when building gccgo from trunk on ppc64le and running the > libgo tests: > > exec_unix_test.go:174:43: error: reference to undefined identifier > 'syscall.TIOCGPGRP' > errno := syscall.Ioctl(tty.Fd(), syscall.TIOCGPGRP, > uintptr(unsafe.Pointer(&fpgrp))) > ^ > FAIL: syscall > make[3]: *** [syscall/check] Error 1 I have committed this patch which I hope will fix this problem. Ian