File tree Expand file tree Collapse file tree 29 files changed +29
-0
lines changed Expand file tree Collapse file tree 29 files changed +29
-0
lines changed Original file line number Diff line number Diff line change @@ -1375,6 +1375,7 @@ MCAST_MSFILTER
13751375MCAST_UNBLOCK_SOURCE
13761376MCL_CURRENT
13771377MCL_FUTURE
1378+ MCL_ONFAULT
13781379MEMBARRIER_CMD_GLOBAL
13791380MEMBARRIER_CMD_GLOBAL_EXPEDITED
13801381MEMBARRIER_CMD_QUERY
Original file line number Diff line number Diff line change @@ -1707,6 +1707,7 @@ pub const REG_BACKR: ::c_int = 1024;
17071707
17081708pub const MCL_CURRENT : :: c_int = 0x0001 ;
17091709pub const MCL_FUTURE : :: c_int = 0x0002 ;
1710+ pub const MCL_ONFAULT : :: c_int = 0x0004 ;
17101711
17111712pub const CBAUD : :: tcflag_t = 0o0010017 ;
17121713pub const TAB1 : :: tcflag_t = 0x00000800 ;
Original file line number Diff line number Diff line change @@ -341,6 +341,7 @@ pub const SOCK_DGRAM: ::c_int = 2;
341341
342342pub const MCL_CURRENT : :: c_int = 0x0001 ;
343343pub const MCL_FUTURE : :: c_int = 0x0002 ;
344+ pub const MCL_ONFAULT : :: c_int = 0x0004 ;
344345
345346pub const POLLWRNORM : :: c_short = 0x100 ;
346347pub const POLLWRBAND : :: c_short = 0x200 ;
Original file line number Diff line number Diff line change @@ -290,6 +290,7 @@ pub const SOCK_DGRAM: ::c_int = 2;
290290
291291pub const MCL_CURRENT : :: c_int = 0x0001 ;
292292pub const MCL_FUTURE : :: c_int = 0x0002 ;
293+ pub const MCL_ONFAULT : :: c_int = 0x0004 ;
293294
294295pub const POLLWRNORM : :: c_short = 0x100 ;
295296pub const POLLWRBAND : :: c_short = 0x200 ;
Original file line number Diff line number Diff line change @@ -293,6 +293,7 @@ pub const PTRACE_SYSEMU_SINGLESTEP: ::c_uint = 32;
293293
294294pub const MCL_CURRENT : :: c_int = 0x0001 ;
295295pub const MCL_FUTURE : :: c_int = 0x0002 ;
296+ pub const MCL_ONFAULT : :: c_int = 0x0004 ;
296297
297298pub const POLLWRNORM : :: c_short = 0x100 ;
298299pub const POLLWRBAND : :: c_short = 0x200 ;
Original file line number Diff line number Diff line change @@ -719,6 +719,7 @@ pub const RTLD_NOLOAD: ::c_int = 0x8;
719719
720720pub const MCL_CURRENT : :: c_int = 0x0001 ;
721721pub const MCL_FUTURE : :: c_int = 0x0002 ;
722+ pub const MCL_ONFAULT : :: c_int = 0x0004 ;
722723
723724pub const SIGSTKSZ : :: size_t = 8192 ;
724725pub const MINSIGSTKSZ : :: size_t = 2048 ;
Original file line number Diff line number Diff line change @@ -293,6 +293,7 @@ pub const SOCK_DGRAM: ::c_int = 2;
293293
294294pub const MCL_CURRENT : :: c_int = 0x2000 ;
295295pub const MCL_FUTURE : :: c_int = 0x4000 ;
296+ pub const MCL_ONFAULT : :: c_int = 0x8000 ;
296297
297298pub const POLLWRNORM : :: c_short = 0x100 ;
298299pub const POLLWRBAND : :: c_short = 0x200 ;
Original file line number Diff line number Diff line change @@ -393,6 +393,7 @@ pub const EISNAM: ::c_int = 120;
393393pub const EREMOTEIO : :: c_int = 121 ;
394394pub const MCL_CURRENT : :: c_int = 1 ;
395395pub const MCL_FUTURE : :: c_int = 2 ;
396+ pub const MCL_ONFAULT : :: c_int = 4 ;
396397pub const SIGSTKSZ : :: size_t = 8192 ;
397398pub const MINSIGSTKSZ : :: size_t = 2048 ;
398399pub const CBAUD : :: tcflag_t = 4111 ;
Original file line number Diff line number Diff line change @@ -363,6 +363,7 @@ pub const EREMOTEIO: ::c_int = 121;
363363
364364pub const MCL_CURRENT : :: c_int = 0x2000 ;
365365pub const MCL_FUTURE : :: c_int = 0x4000 ;
366+ pub const MCL_ONFAULT : :: c_int = 0x8000 ;
366367
367368pub const SIGSTKSZ : :: size_t = 16384 ;
368369pub const MINSIGSTKSZ : :: size_t = 4096 ;
Original file line number Diff line number Diff line change @@ -507,6 +507,7 @@ pub const PTRACE_SYSEMU_SINGLESTEP: ::c_uint = 32;
507507
508508pub const MCL_CURRENT : :: c_int = 0x0001 ;
509509pub const MCL_FUTURE : :: c_int = 0x0002 ;
510+ pub const MCL_ONFAULT : :: c_int = 0x0004 ;
510511
511512pub const POLLWRNORM : :: c_short = 0x100 ;
512513pub const POLLWRBAND : :: c_short = 0x200 ;
You can’t perform that action at this time.
0 commit comments