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
238
238
CLOCK_THREAD_CPUTIME_ID
239
239
CLONE_CHILD_CLEARTID
240
240
CLONE_CHILD_SETTID
241
+ CLONE_CLEAR_SIGHAND
241
242
CLONE_DETACHED
242
243
CLONE_FILES
243
244
CLONE_FS
245
+ CLONE_INTO_CGROUP
244
246
CLONE_IO
245
247
CLONE_NEWCGROUP
246
248
CLONE_NEWIPC
Original file line number Diff line number Diff line change @@ -2863,6 +2863,8 @@ pub const SCHED_DEADLINE: c_int = 6;
2863
2863
pub const SCHED_RESET_ON_FORK : c_int = 0x40000000 ;
2864
2864
2865
2865
pub const CLONE_PIDFD : c_int = 0x1000 ;
2866
+ pub const CLONE_CLEAR_SIGHAND : c_ulonglong = 0x100000000 ;
2867
+ pub const CLONE_INTO_CGROUP : c_ulonglong = 0x200000000 ;
2866
2868
2867
2869
// linux/membarrier.h
2868
2870
pub const MEMBARRIER_CMD_QUERY : c_int = 0 ;
You can’t perform that action at this time.
0 commit comments