rustix
rustix copied to clipboard
RawPid should be i32
pid_t
is universally signed, however rustix's linux_raw backend makes RawPid
be u32
. This complicates porting code from libc to rustix.