about summary refs log tree commit diff
path: root/hurd/Makefile
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1998-11-29 10:10:47 +0000
committerRoland McGrath <roland@gnu.org>1998-11-29 10:10:47 +0000
commit2d6d0728231ad89064267fb0df3090675a4f174b (patch)
treea9fce31bc7fdb5eb10c5dc75be6f08cc813bc330 /hurd/Makefile
parent5f75d1e2fdf4b188bb742a7d6626731bf5b392f6 (diff)
downloadglibc-2d6d0728231ad89064267fb0df3090675a4f174b.tar.gz
glibc-2d6d0728231ad89064267fb0df3090675a4f174b.tar.xz
glibc-2d6d0728231ad89064267fb0df3090675a4f174b.zip
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/Makefile')
-rw-r--r--hurd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/hurd/Makefile b/hurd/Makefile
index 85aa30ab88..3eeb445ca7 100644
--- a/hurd/Makefile
+++ b/hurd/Makefile
@@ -46,7 +46,7 @@ routines = hurdstartup hurdinit \
 	   path-lookup \
 	   setauth \
 	   pid2task task2pid \
-	   getuids setuids getumask fchroot \
+	   geteuids seteuids getumask fchroot \
 	   hurdsock hurdauth \
 	   privports \
 	   msgportdemux \