diff options
author | Roland McGrath <roland@gnu.org> | 2001-12-22 20:20:57 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2001-12-22 20:20:57 +0000 |
commit | bb2660079cd2f875a84b55d4bb3feb3c8a510fd6 (patch) | |
tree | 17ac426b59dcd87b01fbd23d8d15d0cc24377479 /hurd/Versions | |
parent | 53c9459f7bca788ae9b9f776826477f527ccf004 (diff) | |
download | glibc-bb2660079cd2f875a84b55d4bb3feb3c8a510fd6.tar.gz glibc-bb2660079cd2f875a84b55d4bb3feb3c8a510fd6.tar.xz glibc-bb2660079cd2f875a84b55d4bb3feb3c8a510fd6.zip |
2001-12-22 Roland McGrath <roland@frob.com>
* 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.
Diffstat (limited to 'hurd/Versions')
-rw-r--r-- | hurd/Versions | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/hurd/Versions b/hurd/Versions index ffd9b62fd8..f1045460d0 100644 --- a/hurd/Versions +++ b/hurd/Versions @@ -136,8 +136,12 @@ libc { hurd_directory_name_split; } GLIBC_2.2.5 { - # This always existed as an inline but the real function never exported. + # These always existed as inlines but the real functions were not exported. __hurd_fail; + __hurd_self_sigstate; + + # Same for these "quasi-internal" functions + _hurd_port_set; # internal symbols used by other libraries (e.g. librt) _hurd_raise_signal; |