1998-12-03 Mark Kettenis <kettenis@phys.uva.nl>

* hurd/Versions [GLIBC_2.1]: Add _hurd_proc_init. 
* hurd/Versions: Move geteuids and seteuids from GLIBC_2.0 to 
GLIBC_2.1.
This commit is contained in:
Roland McGrath 1998-12-03 23:55:13 +00:00
parent eeabe8776d
commit 9efbaa50e8
1 changed files with 9 additions and 3 deletions

View File

@ -61,8 +61,7 @@ libc {
# g*
get_privileged_ports;
getauth; getcrdir; getcwdir; getcttyid; getdport; geteuids;
getproc; getumask;
getauth; getcrdir; getcwdir; getcttyid; getdport; getproc; getumask;
# h*
hurd_catch_signal;
@ -83,7 +82,7 @@ libc {
pid2task;
# s*
setauth; setcrdir; setcwdir; seteuids; setproc; setcttyid;
setauth; setcrdir; setcwdir; setproc; setcttyid;
# t*
task2pid;
@ -91,4 +90,11 @@ libc {
# v*
vpprintf;
}
GLIBC_2.1 {
# g*
geteuids;
# s*
seteuids;
}
}