mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-05 21:00:05 +00:00
Update.
1999-02-15 Ulrich Drepper <drepper@cygnus.com> * string/Versions: Add __strverscmp to GLIBC_2.1.1.
This commit is contained in:
parent
0543cd2694
commit
a199ee5dcb
@ -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
|
||||
|
@ -56,4 +56,8 @@ libc {
|
||||
# s*
|
||||
strcasestr; strverscmp;
|
||||
}
|
||||
GLIBC_2.1.1 {
|
||||
# s*
|
||||
__strverscmp;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user