mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 20:40:05 +00:00
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:
parent
eeabe8776d
commit
9efbaa50e8
@ -61,8 +61,7 @@ libc {
|
|||||||
|
|
||||||
# g*
|
# g*
|
||||||
get_privileged_ports;
|
get_privileged_ports;
|
||||||
getauth; getcrdir; getcwdir; getcttyid; getdport; geteuids;
|
getauth; getcrdir; getcwdir; getcttyid; getdport; getproc; getumask;
|
||||||
getproc; getumask;
|
|
||||||
|
|
||||||
# h*
|
# h*
|
||||||
hurd_catch_signal;
|
hurd_catch_signal;
|
||||||
@ -83,7 +82,7 @@ libc {
|
|||||||
pid2task;
|
pid2task;
|
||||||
|
|
||||||
# s*
|
# s*
|
||||||
setauth; setcrdir; setcwdir; seteuids; setproc; setcttyid;
|
setauth; setcrdir; setcwdir; setproc; setcttyid;
|
||||||
|
|
||||||
# t*
|
# t*
|
||||||
task2pid;
|
task2pid;
|
||||||
@ -91,4 +90,11 @@ libc {
|
|||||||
# v*
|
# v*
|
||||||
vpprintf;
|
vpprintf;
|
||||||
}
|
}
|
||||||
|
GLIBC_2.1 {
|
||||||
|
# g*
|
||||||
|
geteuids;
|
||||||
|
|
||||||
|
# s*
|
||||||
|
seteuids;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user