summaryrefslogtreecommitdiff
path: root/string/Versions
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-01-24 02:54:28 +0000
committerUlrich Drepper <drepper@redhat.com>2000-01-24 02:54:28 +0000
commitb8de3ffc847a12930a90b31c91ccb1721db883bd (patch)
tree27c06ab5f7fa1cc3f311faf8687a97d690c7c90c /string/Versions
parentc1301d9a76ee8da9aa2f1961d57fdf1763e44d57 (diff)
Update.
2000-01-23 Ulrich Drepper <drepper@cygnus.com> * string/Versions: Export __strndup.
Diffstat (limited to 'string/Versions')
-rw-r--r--string/Versions3
1 files changed, 3 insertions, 0 deletions
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;
}