On Mon, Sep 12, 2016 at 1:07 AM, Rainer Orth <r...@cebitec.uni-bielefeld.de> 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(&fpgrp))) > ^ > exec_unix_test.go:209:18: error: reference to undefined identifier > 'syscall.Ioctl' > errno = syscall.Ioctl(tty.Fd(), syscall.TIOCSPGRP, > uintptr(unsafe.Pointer(&fpgrp))) > ^ > FAIL: syscall > > The following patch fixes it, tested across the whole {i386-pc, > sparc-sun}-solaris2.1[012] range.
Thanks. Committed to mainline. Ian