summaryrefslogtreecommitdiff
path: root/hurd
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2001-08-24 21:47:53 +0000
committerRoland McGrath <roland@gnu.org>2001-08-24 21:47:53 +0000
commitf0b1a6c8762a6e2ec698fa7e253399b327047e34 (patch)
treee6418b92481aa30daace0bd14e4c1156470ae8ff /hurd
parentd7b734741d4d964af37f785230906403eca3b192 (diff)
* hurd/Versions (libc: GLIBC_2.2.5): New set; add _hurd_raise_signal,
_hurdsig_interrupt_timeout, _hurdsig_fault_preemptor. * sysdeps/posix/shm_unlink.c (shm_unlink): __unlink -> unlink. * mach/Versions (libc: GLIBC_2.2.5): New set; add __mach_msg_destroy, __mach_reply_port.
Diffstat (limited to 'hurd')
-rw-r--r--hurd/Versions5
1 files changed, 5 insertions, 0 deletions
diff --git a/hurd/Versions b/hurd/Versions
index 4b98917491..ffd9b62fd8 100644
--- a/hurd/Versions
+++ b/hurd/Versions
@@ -138,6 +138,11 @@ libc {
GLIBC_2.2.5 {
# This always existed as an inline but the real function never exported.
__hurd_fail;
+
+ # internal symbols used by other libraries (e.g. librt)
+ _hurd_raise_signal;
+ _hurdsig_interrupt_timeout;
+ _hurdsig_fault_preemptor; _hurdsig_fault_env;
}
%if !SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)