File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
src/unix/linux_like/android Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -238,9 +238,11 @@ CLOCK_TAI
238238CLOCK_THREAD_CPUTIME_ID
239239CLONE_CHILD_CLEARTID
240240CLONE_CHILD_SETTID
241+ CLONE_CLEAR_SIGHAND
241242CLONE_DETACHED
242243CLONE_FILES
243244CLONE_FS
245+ CLONE_INTO_CGROUP
244246CLONE_IO
245247CLONE_NEWCGROUP
246248CLONE_NEWIPC
Original file line number Diff line number Diff line change @@ -2863,6 +2863,8 @@ pub const SCHED_DEADLINE: c_int = 6;
28632863pub const SCHED_RESET_ON_FORK : c_int = 0x40000000 ;
28642864
28652865pub const CLONE_PIDFD : c_int = 0x1000 ;
2866+ pub const CLONE_CLEAR_SIGHAND : c_ulonglong = 0x100000000 ;
2867+ pub const CLONE_INTO_CGROUP : c_ulonglong = 0x200000000 ;
28662868
28672869// linux/membarrier.h
28682870pub const MEMBARRIER_CMD_QUERY : c_int = 0 ;
You can’t perform that action at this time.
0 commit comments