summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common/seteuid.c
Commit message (Collapse)AuthorAgeFilesLines
* Both setegid and seteuid were implemented suboptimally, such thatEric Andersen2003-11-021-1/+20
| | | | | we were unable to switch back to the original saved group/user ID. -Erik
* Update to accomodate the header file changesEric Andersen2001-09-271-0/+1
|
* As pointed out by Michiel Thuys <michiel.thuys@intersil.com>, this wasEric Andersen2001-04-251-15/+1
| | | | | checking sizeof which was pure bloat and in many cases wrong. -Erik
* Fix include/errno.h to not use kernel header, and instead use bits/errno.h.Eric Andersen2001-04-061-1/+1
| | | | | | | This required we use _LIBC instead of __LIBC__ to be consistent with glibc. This had some sideffects in sys/syscalls.h. While fixing things, I made everything use __set_errno() for (eventual) thread support. -Erik
* Completely rearchitected the sysdeps directory.Eric Andersen2000-07-051-0/+22
-Erik