Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AIX support #175

Merged
merged 1 commit into from Apr 17, 2022
Merged

AIX support #175

merged 1 commit into from Apr 17, 2022

Commits on Apr 15, 2019

  1. AIX support

    This commit adds support for AIX operating system.
    
     - move term_solaris.go to term_nosyscall6.go. AIX like solaris doesn't
    provide syscall.Syscall6 and must rely on x/sys/unix in order to perform
    syscalls.
    
     - This patch won't work with versions prior to 1.13 because it needs
    some constants added by https://go-review.googlesource.com/c/go/+/171339.
    chigotc committed Apr 15, 2019
    Configuration menu
    Copy the full SHA
    8e4ee0b View commit details
    Browse the repository at this point in the history