Add SCHED_RESET_ON_FORK

This commit is contained in:
Paul Adenot 2019-09-12 14:51:13 +02:00
parent 71e298f993
commit 829992510c
1 changed files with 2 additions and 0 deletions

View File

@ -1195,6 +1195,8 @@ pub const SCHED_RR: ::c_int = 2;
pub const SCHED_BATCH: ::c_int = 3;
pub const SCHED_IDLE: ::c_int = 5;
pub const SCHED_RESET_ON_FORK: ::c_int = 0x40000000;
// netinet/in.h
// NOTE: These are in addition to the constants defined in src/unix/mod.rs