diff options
author | Roland McGrath <roland@gnu.org> | 1998-11-29 10:10:47 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1998-11-29 10:10:47 +0000 |
commit | 2d6d0728231ad89064267fb0df3090675a4f174b (patch) | |
tree | a9fce31bc7fdb5eb10c5dc75be6f08cc813bc330 /hurd/Versions | |
parent | 5f75d1e2fdf4b188bb742a7d6626731bf5b392f6 (diff) | |
download | glibc-2d6d0728231ad89064267fb0df3090675a4f174b.zip glibc-2d6d0728231ad89064267fb0df3090675a4f174b.tar.gz glibc-2d6d0728231ad89064267fb0df3090675a4f174b.tar.bz2 |
1998-11-28 Roland McGrath <roland@baalperazim.frob.com>
* hurd/setuids.c: Renamed to ...
* hurd/seteuids.c: this.
(setuids): Renamed to seteuids.
* hurd/getuids.c: Renamed to ...
* hurd/geteuids.c: this.
(__getuids): Renamed to geteuids, no aliases.
* hurd/hurd.h (geteuids, seteuids): Declare them.
* hurd/Versions: Replace getuids; __getuids with geteuids; seteuids.
* hurd/Makefile (routines): Updated.
Diffstat (limited to 'hurd/Versions')
-rw-r--r-- | hurd/Versions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hurd/Versions b/hurd/Versions index 6247858..46e9279 100644 --- a/hurd/Versions +++ b/hurd/Versions @@ -18,7 +18,7 @@ libc { _hurd_init; _hurd_proc_init; _hurd_exec; _hurd_canonicalize_directory_name_internal; - getuids; __getuids; + geteuids; seteuids; # XXX ought to exist on all platforms getumask; |