mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 14:28:12 +00:00
![]() For setreuid and setresuid syscalls, -1 means to set the current uid/euid/gid/egid value, to be more convenient for programming. However, for other syscalls where we pass only one argument, there's no justification to specify -1. This behavior is identical to how Linux handles the value -1, and is influenced by the fact that the manual pages for the group of one argument syscalls that handle ID operations is ambiguous about this topic. |
||
---|---|---|
.. | ||
man1 | ||
man2 | ||
man3 | ||
man4 | ||
man5 | ||
man7 | ||
man8 |