rustix icon indicating copy to clipboard operation
rustix copied to clipboard

RawPid should be i32

Open sunfishcode opened this issue 2 years ago • 0 comments

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

sunfishcode avatar Mar 08 '22 22:03 sunfishcode