File tree Expand file tree Collapse file tree 9 files changed +7
-37
lines changed Expand file tree Collapse file tree 9 files changed +7
-37
lines changed Original file line number Diff line number Diff line change @@ -236,32 +236,8 @@ CLOCK_REALTIME_ALARM
236
236
CLOCK_REALTIME_COARSE
237
237
CLOCK_TAI
238
238
CLOCK_THREAD_CPUTIME_ID
239
- CLONE_CHILD_CLEARTID
240
- CLONE_CHILD_SETTID
241
239
CLONE_CLEAR_SIGHAND
242
- CLONE_DETACHED
243
- CLONE_FILES
244
- CLONE_FS
245
240
CLONE_INTO_CGROUP
246
- CLONE_IO
247
- CLONE_NEWCGROUP
248
- CLONE_NEWIPC
249
- CLONE_NEWNET
250
- CLONE_NEWNS
251
- CLONE_NEWPID
252
- CLONE_NEWUSER
253
- CLONE_NEWUTS
254
- CLONE_PARENT
255
- CLONE_PARENT_SETTID
256
- CLONE_PIDFD
257
- CLONE_PTRACE
258
- CLONE_SETTLS
259
- CLONE_SIGHAND
260
- CLONE_SYSVSEM
261
- CLONE_THREAD
262
- CLONE_UNTRACED
263
- CLONE_VFORK
264
- CLONE_VM
265
241
CMSG_DATA
266
242
CMSG_FIRSTHDR
267
243
CMSG_LEN
Original file line number Diff line number Diff line change @@ -31,9 +31,6 @@ BPF_FS_MAGIC
31
31
BTRFS_SUPER_MAGIC
32
32
CGROUP2_SUPER_MAGIC
33
33
CGROUP_SUPER_MAGIC
34
- CLONE_CLEAR_SIGHAND
35
- CLONE_INTO_CGROUP
36
- CLONE_NEWTIME
37
34
CODA_SUPER_MAGIC
38
35
CRAMFS_MAGIC
39
36
DEAD_PROCESS
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ AIO_ALLDONE
6
6
AIO_CANCELED
7
7
AIO_NOTCANCELED
8
8
BOOT_TIME
9
- CLONE_NEWTIME
10
9
DEAD_PROCESS
11
10
EMPTY
12
11
Elf32_Chdr
Original file line number Diff line number Diff line change @@ -273,15 +273,18 @@ CLOCK_TAI
273
273
CLOCK_THREAD_CPUTIME_ID
274
274
CLONE_CHILD_CLEARTID
275
275
CLONE_CHILD_SETTID
276
+ CLONE_CLEAR_SIGHAND
276
277
CLONE_DETACHED
277
278
CLONE_FILES
278
279
CLONE_FS
280
+ CLONE_INTO_CGROUP
279
281
CLONE_IO
280
282
CLONE_NEWCGROUP
281
283
CLONE_NEWIPC
282
284
CLONE_NEWNET
283
285
CLONE_NEWNS
284
286
CLONE_NEWPID
287
+ CLONE_NEWTIME
285
288
CLONE_NEWUSER
286
289
CLONE_NEWUTS
287
290
CLONE_PARENT
Original file line number Diff line number Diff line change @@ -2849,7 +2849,6 @@ pub const SCHED_DEADLINE: c_int = 6;
2849
2849
2850
2850
pub const SCHED_RESET_ON_FORK : c_int = 0x40000000 ;
2851
2851
2852
- pub const CLONE_PIDFD : c_int = 0x1000 ;
2853
2852
pub const CLONE_CLEAR_SIGHAND : c_ulonglong = 0x100000000 ;
2854
2853
pub const CLONE_INTO_CGROUP : c_ulonglong = 0x200000000 ;
2855
2854
Original file line number Diff line number Diff line change @@ -889,11 +889,6 @@ pub const GENL_ID_PMCRAID: c_int = crate::NLMSG_MIN_TYPE + 2;
889
889
890
890
pub const ELFOSABI_ARM_AEABI : u8 = 64 ;
891
891
892
- // linux/sched.h
893
- pub const CLONE_NEWTIME : c_int = 0x80 ;
894
- pub const CLONE_CLEAR_SIGHAND : c_ulonglong = 0x100000000 ;
895
- pub const CLONE_INTO_CGROUP : c_ulonglong = 0x200000000 ;
896
-
897
892
// linux/keyctl.h
898
893
pub const KEYCTL_DH_COMPUTE : u32 = 23 ;
899
894
pub const KEYCTL_PKEY_QUERY : u32 = 24 ;
Original file line number Diff line number Diff line change @@ -5635,7 +5635,8 @@ pub const SCHED_DEADLINE: c_int = 6;
5635
5635
5636
5636
pub const SCHED_RESET_ON_FORK : c_int = 0x40000000 ;
5637
5637
5638
- pub const CLONE_PIDFD : c_int = 0x1000 ;
5638
+ pub const CLONE_CLEAR_SIGHAND : c_ulonglong = 0x100000000 ;
5639
+ pub const CLONE_INTO_CGROUP : c_ulonglong = 0x200000000 ;
5639
5640
5640
5641
pub const SCHED_FLAG_RESET_ON_FORK : c_int = 0x01 ;
5641
5642
pub const SCHED_FLAG_RECLAIM : c_int = 0x02 ;
Original file line number Diff line number Diff line change @@ -835,8 +835,6 @@ pub const MAXTC: c_long = 6;
835
835
pub const _CS_V6_ENV: c_int = 1148 ;
836
836
pub const _CS_V7_ENV: c_int = 1149 ;
837
837
838
- pub const CLONE_NEWTIME : c_int = 0x80 ;
839
-
840
838
pub const UT_HOSTSIZE : usize = 256 ;
841
839
pub const UT_LINESIZE : usize = 32 ;
842
840
pub const UT_NAMESIZE : usize = 32 ;
Original file line number Diff line number Diff line change @@ -1199,10 +1199,12 @@ pub const ONLRET: crate::tcflag_t = 0o000040;
1199
1199
pub const OFILL : crate :: tcflag_t = 0o000100 ;
1200
1200
pub const OFDEL : crate :: tcflag_t = 0o000200 ;
1201
1201
1202
+ pub const CLONE_NEWTIME : c_int = 0x80 ;
1202
1203
pub const CLONE_VM : c_int = 0x100 ;
1203
1204
pub const CLONE_FS : c_int = 0x200 ;
1204
1205
pub const CLONE_FILES : c_int = 0x400 ;
1205
1206
pub const CLONE_SIGHAND : c_int = 0x800 ;
1207
+ pub const CLONE_PIDFD : c_int = 0x1000 ;
1206
1208
pub const CLONE_PTRACE : c_int = 0x2000 ;
1207
1209
pub const CLONE_VFORK : c_int = 0x4000 ;
1208
1210
pub const CLONE_PARENT : c_int = 0x8000 ;
You can’t perform that action at this time.
0 commit comments