Skip to content

Commit

Permalink
Add MCL_CURRENT and MCL_FUTURE to s390.
Browse files Browse the repository at this point in the history
  • Loading branch information
afck committed Mar 24, 2018
1 parent 3e9ccfa commit 0bb381c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/unix/notbsd/linux/s390x.rs
Original file line number Diff line number Diff line change
Expand Up @@ -735,6 +735,9 @@ pub const PTRACE_INTERRUPT: ::c_uint = 0x4207;
pub const PTRACE_LISTEN: ::c_uint = 0x4208;
pub const PTRACE_PEEKSIGINFO: ::c_uint = 0x4209;

pub const MCL_CURRENT: ::c_int = 0x0001;
pub const MCL_FUTURE: ::c_int = 0x0002;

pub const EPOLLWAKEUP: ::c_int = 0x20000000;

pub const MAP_HUGETLB: ::c_int = 0x040000;
Expand Down

0 comments on commit 0bb381c

Please sign in to comment.