-
Notifications
You must be signed in to change notification settings - Fork 19
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
Solaris ENOATTR build failure #18
Comments
Stebalien
added a commit
that referenced
this issue
Jun 22, 2018
Stebalien
added a commit
that referenced
this issue
Jun 22, 2018
Stebalien
added a commit
that referenced
this issue
Jul 6, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The commit 0d637ae switches to
ENOATTR
in preference toENODATA
, however this causes the build to fail on Solaris which does not provideENOATTR
. I assume the same will be true of all unsupported platforms.Is the correct fix here to work around it in the module, or add a dummy
libc::ENOATTR
alias forlibc::NODATA
to rust?The text was updated successfully, but these errors were encountered: