Skip to content

Commit

Permalink
Add a diff note about CLONE_* type changes
Browse files Browse the repository at this point in the history
Changed in e9abac9 ("Set CLONE_CLEAR_SIGHAND and CLONE_INTO_CGROUP to
a large enough type")
  • Loading branch information
tgross35 committed Nov 17, 2024
1 parent a8ed1c2 commit dde5212
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/unix/linux_like/linux/gnu/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1111,6 +1111,7 @@ pub const ELFOSABI_ARM_AEABI: u8 = 64;

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

Expand Down

0 comments on commit dde5212

Please sign in to comment.