summaryrefslogtreecommitdiff
path: root/src/unistd/setxid.c
AgeCommit message (Expand)AuthorLines
2023-11-06ensure valid setxid return value in an unexpected error caseMarkus Wichmann-1/+1
2020-10-27refactor setxid return path to use __syscall_retRich Felker-14/+9
2015-01-15for multithreaded set*id/setrlimit, handle case where callback does not runRich Felker-1/+1
2015-01-12remove rlimit hacks from multi-threaded set*id() codeRich Felker-23/+15
2011-07-30fix some bugs in setxid and update setrlimit to use __synccallRich Felker-8/+6
2011-07-29add setxid.c for new set*id() framework. missed in last commit.Rich Felker-0/+49