File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
src/unix/linux_like/linux Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -1622,6 +1622,7 @@ POSIX_FADV_NORMAL
1622
1622
POSIX_FADV_RANDOM
1623
1623
POSIX_FADV_SEQUENTIAL
1624
1624
POSIX_FADV_WILLNEED
1625
+ POSIX_SPAWN_USEVFORK
1625
1626
PR_SET_VMA
1626
1627
PR_SET_VMA_ANON_NAME
1627
1628
PRIO_MAX
Original file line number Diff line number Diff line change @@ -1529,6 +1529,7 @@ POSIX_SPAWN_SETSCHEDPARAM
1529
1529
POSIX_SPAWN_SETSCHEDULER
1530
1530
POSIX_SPAWN_SETSIGDEF
1531
1531
POSIX_SPAWN_SETSIGMASK
1532
+ POSIX_SPAWN_USEVFORK
1532
1533
PROT_GROWSDOWN
1533
1534
PROT_GROWSUP
1534
1535
PR_CAPBSET_DROP
Original file line number Diff line number Diff line change @@ -1330,6 +1330,7 @@ pub const POSIX_MADV_NORMAL: ::c_int = 0;
1330
1330
pub const POSIX_MADV_RANDOM : :: c_int = 1 ;
1331
1331
pub const POSIX_MADV_SEQUENTIAL : :: c_int = 2 ;
1332
1332
pub const POSIX_MADV_WILLNEED : :: c_int = 3 ;
1333
+ pub const POSIX_SPAWN_USEVFORK : :: c_int = 64 ;
1333
1334
1334
1335
pub const S_IEXEC : mode_t = 64 ;
1335
1336
pub const S_IWRITE : mode_t = 128 ;
You can’t perform that action at this time.
0 commit comments