Structs§
- The flags passed to the
clone
andclone3
syscalls. Whileclone
is documented as taking an i32 parameter for flags, inclone3
its a u64. Promote to u64 throughout. - The “dumpable” state, as manipulated via the prctl operations
PR_SET_DUMPABLE
andPR_GET_DUMPABLE
.
Enums§
Functions§
- Safety
- Safety
- Safety
- Safety
- fork⚠Safety
- See
fork(2)
.