summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common/setresuid.c
Commit message (Collapse)AuthorAgeFilesLines
* michael_d writes in [#2064]: fix building on linux-2.0 systemsMike Frysinger2008-03-211-3/+7
|
* Take Mike Frysinger's comments into account -- make certain that userEric Andersen2006-12-081-1/+1
| | | | | applications stop using _syscall#() and use syscall() instead. Cleanup internal handling of syscall includes to use the correct header file.
* Mark some as GNU extensionsPeter S. Mazinger2006-02-131-0/+2
|
* add support for newer style kernel calls since some arches (like sparc) only ↵Mike Frysinger2006-02-101-3/+9
| | | | provide the newer versions
* Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ↵Peter S. Mazinger2006-01-221-1/+1
| | | | is a useless attempt
* make DODEBUG=y happy, update sysdeps/common/* copyrightPeter S. Mazinger2006-01-141-3/+5
|
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵Peter S. Mazinger2006-01-141-2/+3
| | | | missing headers, other jump relocs removed
* Hide morePeter S. Mazinger2005-12-071-1/+2
|
* fix eriks e-mail addressMike Frysinger2005-01-051-1/+1
|
* Per patch from Stefan Holst, do not try to compile theseEric Andersen2004-03-191-0/+2
| | | | syscalls if they are not supported.
* Split up syscalls.c, since it had grown to be quite large and ugly.Eric Andersen2004-01-211-0/+25
-Erik