summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common/getresuid.c
Commit message (Collapse)AuthorAgeFilesLines
* - trim superfluous ';'. No objcode changesBernhard Reutner-Fischer2008-10-281-1/+1
|
* - fix inline keywordBernhard Reutner-Fischer2008-07-231-1/+1
|
* 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
|
* use the newer versions of functions when available (fixes sparc which doesnt ↵Mike Frysinger2006-02-091-1/+6
| | | | provide older versions at all)
* Get rid of missing prototype warningsPeter S. Mazinger2006-01-261-0/+1
|
* make DODEBUG=y happy, update sysdeps/common/* copyrightPeter S. Mazinger2006-01-141-3/+3
|
* 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/+28
-Erik