Skip to content

Commit

Permalink
Auto merge of #955 - afck:master, r=alexcrichton
Browse files Browse the repository at this point in the history
Add MCL_CURRENT and MCL_FUTURE to s390.
  • Loading branch information
bors committed Mar 24, 2018
2 parents 9d6556c + 0bb381c commit a7e78a7
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 a7e78a7

Please sign in to comment.