mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-21 15:40:28 +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. |
||
---|---|---|
.. | ||
access.md | ||
adjtime.md | ||
disown.md | ||
get_process_name.md | ||
getegid.md | ||
geteuid.md | ||
getgid.md | ||
getpid.md | ||
getppid.md | ||
getresgid.md | ||
getresuid.md | ||
gettid.md | ||
getuid.md | ||
mkdir.md | ||
mount.md | ||
pipe.md | ||
pledge.md | ||
readlink.md | ||
recvfd.md | ||
sendfd.md | ||
set_process_name.md | ||
setegid.md | ||
seteuid.md | ||
setgid.md | ||
setresgid.md | ||
setresuid.md | ||
setuid.md | ||
uname.md | ||
unveil.md |