On Mon, Sep 12, 2016 at 1:07 AM, Rainer Orth
wrote:
> The libgo syscall test has been failing on Solaris for quite some time:
>
> exec_unix_test.go:174:19: error: reference to undefined identifier
> 'syscall.Ioctl'
> errno := syscall.Ioctl(tty.Fd(), syscall.TIOCGPGRP,
> uintptr(unsafe.Pointer(
The libgo syscall test has been failing on Solaris for quite some time:
exec_unix_test.go:174:19: error: reference to undefined identifier
'syscall.Ioctl'
errno := syscall.Ioctl(tty.Fd(), syscall.TIOCGPGRP,
uintptr(unsafe.Pointer(&fpgrp)))
^
exec_unix_test.go:209:18: error: