summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2001-12-22 20:52:21 +0000
committerRoland McGrath <roland@gnu.org>2001-12-22 20:52:21 +0000
commita5eb7027b941e30678468c30200450e28ba3518c (patch)
treee86c52882d8e2ea18587abc31306663078bb5251
parent431340408071469309c76863b840e2c1c5f20011 (diff)
* hurd/Versions (libc: GLIBC_2.2.5): Add _hurd_port_set,
_hurd_port_init, and __hurd_self_sigstate.
-rw-r--r--ChangeLog5
-rw-r--r--hurd/Versions3
2 files changed, 5 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 76a058f6a4..968b321936 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,9 @@
2001-12-22 Roland McGrath <roland@frob.com>
+ * hurd/Versions (libc: GLIBC_2.2.5): Add _hurd_port_set,
+ _hurd_port_init, and __hurd_self_sigstate.
+
* mach/Versions (libc: GLIBC_2.2.5): Add mig_strncpy.
- * hurd/Versions (libc: GLIBC_2.2.5): Add _hurd_port_set
- and __hurd_self_sigstate.
2001-12-21 Andreas Jaeger <aj@suse.de>
diff --git a/hurd/Versions b/hurd/Versions
index f1045460d0..bac36c75f9 100644
--- a/hurd/Versions
+++ b/hurd/Versions
@@ -138,9 +138,10 @@ libc {
GLIBC_2.2.5 {
# These always existed as inlines but the real functions were not exported.
__hurd_fail;
- __hurd_self_sigstate;
+ _hurd_self_sigstate;
# Same for these "quasi-internal" functions
+ _hurd_port_init;
_hurd_port_set;
# internal symbols used by other libraries (e.g. librt)