summaryrefslogtreecommitdiff
path: root/hurd/Versions
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1998-12-03 23:55:13 +0000
committerRoland McGrath <roland@gnu.org>1998-12-03 23:55:13 +0000
commit9efbaa50e82c1862f5e38878846565b1e5958ed7 (patch)
tree872ea34a1cb14fda1035af86598d7b1b9f178fef /hurd/Versions
parenteeabe8776dadea2e3cb3eb0b2d792fbc6e0ae198 (diff)
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.
Diffstat (limited to 'hurd/Versions')
-rw-r--r--hurd/Versions12
1 files changed, 9 insertions, 3 deletions
diff --git a/hurd/Versions b/hurd/Versions
index 8a7054f7da..83974ca5e1 100644
--- a/hurd/Versions
+++ b/hurd/Versions
@@ -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;
+ }
}