From: Ulrich Drepper Date: Mon, 24 Jan 2000 02:54:28 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/glibc_2-1-91~1093 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b8de3ffc847a12930a90b31c91ccb1721db883bd;p=platform%2Fupstream%2Fglibc.git Update. 2000-01-23 Ulrich Drepper * string/Versions: Export __strndup. --- diff --git a/ChangeLog b/ChangeLog index 49812597d1..ac2cbdc712 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2000-01-23 Ulrich Drepper + + * string/Versions: Export __strndup. + 2000-01-23 Philip Blundell Add basic support for RPC over IPv6: diff --git a/string/Versions b/string/Versions index 51041494fb..2708091a4d 100644 --- a/string/Versions +++ b/string/Versions @@ -67,6 +67,9 @@ libc { strchrnul; __strverscmp; } GLIBC_2.2 { + # functions used in macros. + __strndup; + # m* memrchr; }