-
-
Notifications
You must be signed in to change notification settings - Fork 254
Open
Labels
Description
Hi when I cross compile gotty module for aix like this:
`env GOOS=aix GOARCH=ppc64 make`
I got this error:
# github.com/kr/pty
vendor/github.com/kr/pty/ioctl.go:6:29: undefined: syscall.SYS_IOCTL
vendor/github.com/kr/pty/util.go:26:3: undefined: syscall.SYS_IOCTL
can you please add support for aix? it's similar to solaris and in sys/unix, ioctl is similar to solaris
thanks