* hurd/Versions (libc: GLIBC_2.2.5): Add _hurd_port_set,
authorRoland McGrath <roland@gnu.org>
Sat, 22 Dec 2001 20:52:21 +0000 (20:52 +0000)
committerRoland McGrath <roland@gnu.org>
Sat, 22 Dec 2001 20:52:21 +0000 (20:52 +0000)
_hurd_port_init, and __hurd_self_sigstate.

ChangeLog
hurd/Versions

index 76a058f..968b321 100644 (file)
--- 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>
 
index f104546..bac36c7 100644 (file)
@@ -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)