From 14d96785125abee5e9a49a1c3037f35a581750bd Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Thu, 11 Aug 2011 11:41:09 -0400 Subject: Clean up PLT use for scandirat --- dirent/scandirat.c | 1 + dirent/scandirat64.c | 4 +--- 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'dirent') diff --git a/dirent/scandirat.c b/dirent/scandirat.c index e6f5ece76f..3eda9702e8 100644 --- a/dirent/scandirat.c +++ b/dirent/scandirat.c @@ -141,3 +141,4 @@ SCANDIRAT (dfd, dir, namelist, select, cmp) return c.cnt; } +libc_hidden_def (SCANDIRAT) diff --git a/dirent/scandirat64.c b/dirent/scandirat64.c index c4afb90d3d..d41bdd1d66 100644 --- a/dirent/scandirat64.c +++ b/dirent/scandirat64.c @@ -18,11 +18,9 @@ #include -#define SCANDIRAT __scandirat64 +#define SCANDIRAT scandirat64 #define READDIR __readdir64 #define DIRENT_TYPE struct dirent64 #define SKIP_SCANDIR_CANCEL 1 #include "scandirat.c" - -weak_alias (__scandirat64, scandirat64) -- cgit v1.2.3