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 /mach | |
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 'mach')
-rw-r--r-- | mach/Versions | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mach/Versions b/mach/Versions index b11948ee01..4a7017fe22 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) |