From: Roland McGrath Date: Sat, 22 Dec 2001 20:18:45 +0000 (+0000) Subject: 2001-12-22 Roland McGrath X-Git-Tag: cvs/glibc-2-2-5~74 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78a297b441272c56eeada434be2553670aae95a7;p=thirdparty%2Fglibc.git 2001-12-22 Roland McGrath * 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. --- diff --git a/hurd/Versions b/hurd/Versions index ffd9b62fd8f..f1045460d02 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; diff --git a/mach/Versions b/mach/Versions index b11948ee01e..4a7017fe224 100644 --- a/mach/Versions +++ b/mach/Versions @@ -65,6 +65,9 @@ libc { GLIBC_2.2.5 { # internal functions used by other libraries (e.g. librt) __mach_msg_destroy; __mach_reply_port; + + # This was always there, but not exported as it should have been. + mig_strncpy; } %if !SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)