* hurd/Versions [GLIBC_2.1]: Add _hurd_proc_init.
* hurd/Versions: Move geteuids and seteuids from GLIBC_2.0 to
GLIBC_2.1.
# g*
get_privileged_ports;
- getauth; getcrdir; getcwdir; getcttyid; getdport; geteuids;
- getproc; getumask;
+ getauth; getcrdir; getcwdir; getcttyid; getdport; getproc; getumask;
# h*
hurd_catch_signal;
pid2task;
# s*
- setauth; setcrdir; setcwdir; seteuids; setproc; setcttyid;
+ setauth; setcrdir; setcwdir; setproc; setcttyid;
# t*
task2pid;
# v*
vpprintf;
}
+ GLIBC_2.1 {
+ # g*
+ geteuids;
+
+ # s*
+ seteuids;
+ }
}