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