Skip to content

Commit 0bb381c

Browse files
committed
Add MCL_CURRENT and MCL_FUTURE to s390.
1 parent 3e9ccfa commit 0bb381c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/unix/notbsd/linux/s390x.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -735,6 +735,9 @@ pub const PTRACE_INTERRUPT: ::c_uint = 0x4207;
735735
pub const PTRACE_LISTEN: ::c_uint = 0x4208;
736736
pub const PTRACE_PEEKSIGINFO: ::c_uint = 0x4209;
737737

738+
pub const MCL_CURRENT: ::c_int = 0x0001;
739+
pub const MCL_FUTURE: ::c_int = 0x0002;
740+
738741
pub const EPOLLWAKEUP: ::c_int = 0x20000000;
739742

740743
pub const MAP_HUGETLB: ::c_int = 0x040000;

0 commit comments

Comments
 (0)