aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--string/Versions3
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4981259..ac2cbdc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2000-01-23 Ulrich Drepper <drepper@cygnus.com>
+
+ * string/Versions: Export __strndup.
+
2000-01-23 Philip Blundell <philb@gnu.org>
Add basic support for RPC over IPv6:
diff --git a/string/Versions b/string/Versions
index 5104149..2708091 100644
--- a/string/Versions
+++ b/string/Versions
@@ -67,6 +67,9 @@ libc {
strchrnul; __strverscmp;
}
GLIBC_2.2 {
+ # functions used in macros.
+ __strndup;
+
# m*
memrchr;
}