summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common/setegid.c
Commit message (Collapse)AuthorAgeFilesLines
* remove a few more empty #if/#endif pairsDenys Vlasenko2009-09-191-3/+0
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer2009-09-181-2/+0
| | | | | | | | sed -i -e '/Experimentally off - /d' $(grep -rl "Experimentally off - " *) sed -i -e '/^\/\*[[:space:]]*libc_hidden_proto(/d' $(grep -rl "libc_hidden_proto" *) should be a nop Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* Last portion of libc_hidden_proto removal.Denis Vlasenko2008-11-201-2/+2
| | | | | Appears to build fine (several .configs tried)
* Mark some functions as GNU, provide missing hidden memmem, remove ↵Peter S. Mazinger2006-03-221-2/+2
| | | | _ISOC99/XOPEN_SOURCE
* add support for newer style kernel calls since some arches (like sparc) only ↵Mike Frysinger2006-02-101-2/+2
| | | | provide the newer versions
* Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ↵Peter S. Mazinger2006-01-221-3/+2
| | | | is a useless attempt
* make DODEBUG=y happy, update sysdeps/common/* copyrightPeter S. Mazinger2006-01-141-0/+2
|
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵Peter S. Mazinger2006-01-141-2/+8
| | | | missing headers, other jump relocs removed
* Hide morePeter S. Mazinger2005-12-071-0/+3
|
* Both setegid and seteuid were implemented suboptimally, such thatEric Andersen2003-11-021-2/+22
| | | | | we were unable to switch back to the original saved group/user ID. -Erik
* Silly little changesEric Andersen2001-10-031-0/+1
|
* Update to accomodate the header file changesEric Andersen2001-09-271-0/+1
|
* More reorg. A place for everything and everything in its place...Eric Andersen2000-10-231-1/+1
|
* Completely rearchitected the sysdeps directory.Eric Andersen2000-07-051-0/+6
-Erik