diff options
author | Roland McGrath <roland@gnu.org> | 1999-06-25 13:31:54 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1999-06-25 13:31:54 +0000 |
commit | 684908c55810bf99f3e839a0986d2bf30d5f376f (patch) | |
tree | ba241a2d45672a15632b51174d30aebbb58c2b99 /mach | |
parent | 176c4992ba0d2c1cb4d263892e6750737b2db899 (diff) | |
download | glibc-684908c55810bf99f3e839a0986d2bf30d5f376f.tar.gz glibc-684908c55810bf99f3e839a0986d2bf30d5f376f.tar.xz glibc-684908c55810bf99f3e839a0986d2bf30d5f376f.zip |
1999-06-25 Roland McGrath <roland@baalperazim.frob.com>
* mach/Versions (libc: GLIBC_2.0): Add __mig_strncpy.
Diffstat (limited to 'mach')
-rw-r--r-- | mach/Versions | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mach/Versions b/mach/Versions index 69a724ed39..cb282bda15 100644 --- a/mach/Versions +++ b/mach/Versions @@ -20,6 +20,7 @@ libc { __mach_msg; __mig_allocate; __mig_deallocate; __mig_dealloc_reply_port; __mig_get_reply_port; __mig_put_reply_port; + __mig_strncpy; # variables in normal name space vm_page_size; |