Update.
authorUlrich Drepper <drepper@redhat.com>
Mon, 15 Feb 1999 09:20:26 +0000 (09:20 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 15 Feb 1999 09:20:26 +0000 (09:20 +0000)
1999-02-15  Ulrich Drepper  <drepper@cygnus.com>

* string/Versions: Add __strverscmp to GLIBC_2.1.1.

ChangeLog
string/Versions

index cf0d469..b14ac77 100644 (file)
--- 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
index b3fba75..fa599fc 100644 (file)
@@ -56,4 +56,8 @@ libc {
     # s*
     strcasestr; strverscmp;
   }
+  GLIBC_2.1.1 {
+    # s*
+    __strverscmp;
+  }
 }