aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--string/Versions4
2 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cf0d469bb1..b14ac77be2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+1999-02-15 Ulrich Drepper <drepper@cygnus.com>
+
+ * string/Versions: Add __strverscmp to GLIBC_2.1.1.
+
1999-02-13 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
* misc/syslog.c (vsyslog): Remember errno for %m format. Fix
diff --git a/string/Versions b/string/Versions
index b3fba757c7..fa599fcb59 100644
--- a/string/Versions
+++ b/string/Versions
@@ -56,4 +56,8 @@ libc {
# s*
strcasestr; strverscmp;
}
+ GLIBC_2.1.1 {
+ # s*
+ __strverscmp;
+ }
}