summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common/setegid.c
Commit message (Collapse)AuthorAgeFilesLines
* remove a few more empty #if/#endif pairsDenys Vlasenko2009-09-181-3/+0
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* trim Experimentally off and uncommented hiddenAustin Foxley2009-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: Austin Foxley <austinf@cetoncorp.com>
* Synch with trunk @ 24165Carmelo Amoroso2008-11-271-2/+2
| | | | | Step 17: libc_hidden_proto removal (almost all). and other minor changes (inline keyword, extra character)
* Well, this is everything for my NPTL implementation. The 'uClibc-nptl' ↵"Steven J. Hill"2006-08-241-2/+2
| | | | branch is now the exact code that I have. I am going to re-run tests now to verify everything one more time. The next step after that is to merge from trunk with the latest stuff from Mike and Peter.
* Merge from trunk."Steven J. Hill"2006-02-281-4/+11
|
* Merge from trunk."Steven J. Hill"2005-12-081-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