You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a thread (link below) that says, "Basicaly on Solaris you have to use unix.Ioctl{Get,Set}Termios() and unix.IoctlGetWinsize(), not unix.Syscall(). So unix.SYS_IOCTL isn't needed."
Attempting to build Micro on a recent version of OmniOS (illumos/solaris). All goes well until:
There is a thread (link below) that says, "Basicaly on Solaris you have to use unix.Ioctl{Get,Set}Termios() and unix.IoctlGetWinsize(), not unix.Syscall(). So unix.SYS_IOCTL isn't needed."
golang/go#29581
I'm not familiar enough with Go to submit a fix but this suggests it's fairly simple.
The text was updated successfully, but these errors were encountered: