1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-08 17:42:12 +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

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