diff options
Diffstat (limited to 'mach/Versions')
-rw-r--r-- | mach/Versions | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mach/Versions b/mach/Versions index b11948e..4a7017f 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) |