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 @@ -2896,6 +2896,8 @@ pub const SCHED_DEADLINE: c_int = 6;
28962896pub const SCHED_RESET_ON_FORK : c_int = 0x40000000 ;
28972897
28982898pub const CLONE_PIDFD : c_int = 0x1000 ;
2899+ pub const CLONE_CLEAR_SIGHAND : c_ulonglong = 0x100000000 ;
2900+ pub const CLONE_INTO_CGROUP : c_ulonglong = 0x200000000 ;
28992901
29002902// linux/membarrier.h
29012903pub const MEMBARRIER_CMD_QUERY : c_int = 0 ;
You can’t perform that action at this time.
0 commit comments