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

Move uclibc under linux #1975

Merged
merged 8 commits into from
Feb 13, 2021
Next Next commit
Add ENOTSUP constant for uclibc
  • Loading branch information
skrap committed Feb 13, 2021
commit c4803a6783e6006636b67af63abcae6114791d18
1 change: 1 addition & 0 deletions src/unix/uclibc/mod.rs
Original file line number Diff line number Diff line change
@@ -716,6 +716,7 @@ pub const EPIPE: ::c_int = 32;
pub const EDOM: ::c_int = 33;
pub const ERANGE: ::c_int = 34;
pub const EWOULDBLOCK: ::c_int = EAGAIN;
pub const ENOTSUP: ::c_int = EOPNOTSUPP;

pub const SCM_RIGHTS: ::c_int = 0x01;
pub const SCM_CREDENTIALS: ::c_int = 0x02;