1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-09-11 12:10:50 +03:00
1999-02-15  Ulrich Drepper  <drepper@cygnus.com>

	* string/Versions: Add __strverscmp to GLIBC_2.1.1.
This commit is contained in:
Ulrich Drepper
1999-02-15 09:20:26 +00:00
parent 0543cd2694
commit a199ee5dcb
2 changed files with 8 additions and 0 deletions

View File

@@ -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

View File

@@ -56,4 +56,8 @@ libc {
# s*
strcasestr; strverscmp;
}
GLIBC_2.1.1 {
# s*
__strverscmp;
}
}