mirror of
https://sourceware.org/git/glibc.git
synced 2026-01-06 11:51:29 +03:00
Update.
* nss/Makefile: Remove rules to build and distribute nss_db. * sysdeps/generic/alphasort64.c: Remove unnecessary versioning. * sysdeps/generic/scandir64.c: Likewise. * sysdeps/generic/versionsort64.c: Likewise. 2000-08-13 Ulrich Drepper <drepper@redhat.com>
This commit is contained in:
@@ -20,17 +20,8 @@
|
||||
#include <string.h>
|
||||
|
||||
int
|
||||
__versionsort64 (const void *a, const void *b)
|
||||
versionsort64 (const void *a, const void *b)
|
||||
{
|
||||
return __strverscmp ((*(const struct dirent64 **) a)->d_name,
|
||||
(*(const struct dirent64 **) b)->d_name);
|
||||
}
|
||||
|
||||
#include <shlib-compat.h>
|
||||
|
||||
versioned_symbol (libc, __versionsort64, versionsort64, GLIBC_2_2);
|
||||
|
||||
#if SHLIB_COMPAT(libc, GLIBC_2_1, GLIBC_2_2)
|
||||
strong_alias (__versionsort64, __old_versionsort64)
|
||||
compat_symbol (libc, __old_versionsort64, versionsort64, GLIBC_2_1);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user