From 7e3399b393acab468d6ea8b13f6a187db6c8de24 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 14 Aug 2000 00:57:30 +0000 Subject: 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 --- sysdeps/generic/alphasort64.c | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'sysdeps/generic/alphasort64.c') diff --git a/sysdeps/generic/alphasort64.c b/sysdeps/generic/alphasort64.c index 3e634c85bd..da801b9f04 100644 --- a/sysdeps/generic/alphasort64.c +++ b/sysdeps/generic/alphasort64.c @@ -20,17 +20,8 @@ #include int -__alphasort64 (const void *a, const void *b) +alphasort64 (const void *a, const void *b) { return strcoll ((*(const struct dirent64 **) a)->d_name, (*(const struct dirent64 **) b)->d_name); } - -#include - -versioned_symbol (libc, __alphasort64, alphasort64, GLIBC_2_2); - -#if SHLIB_COMPAT(libc, GLIBC_2_1, GLIBC_2_2) -strong_alias (__alphasort64, __old_alphasort64) -compat_symbol (libc, __old_alphasort64, alphasort64, GLIBC_2_1); -#endif -- cgit v1.2.3