Skip to content

Commit dde5212

Browse files
committed
Add a diff note about CLONE_* type changes
Changed in e9abac9 ("Set CLONE_CLEAR_SIGHAND and CLONE_INTO_CGROUP to a large enough type")
1 parent a8ed1c2 commit dde5212

File tree

1 file changed

+1
-0
lines changed
  • src/unix/linux_like/linux/gnu

1 file changed

+1
-0
lines changed

src/unix/linux_like/linux/gnu/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1111,6 +1111,7 @@ pub const ELFOSABI_ARM_AEABI: u8 = 64;
11111111

11121112
// linux/sched.h
11131113
pub const CLONE_NEWTIME: ::c_int = 0x80;
1114+
// DIFF(main): changed to `c_ulonglong` in e9abac9ac2
11141115
pub const CLONE_CLEAR_SIGHAND: ::c_int = 0x100000000;
11151116
pub const CLONE_INTO_CGROUP: ::c_int = 0x200000000;
11161117

0 commit comments

Comments
 (0)