diff options
author | Andreas Schwab <schwab@redhat.com> | 2011-08-11 11:41:09 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-08-11 11:41:09 -0400 |
commit | 14d96785125abee5e9a49a1c3037f35a581750bd (patch) | |
tree | 321c675710dd076eeb13832637b978d6671dc969 /sysdeps/unix | |
parent | a724d1b9bfa0f6ee9146b365e43ea6e245d0cf0c (diff) | |
download | glibc-14d96785125abee5e9a49a1c3037f35a581750bd.tar.gz glibc-14d96785125abee5e9a49a1c3037f35a581750bd.tar.xz glibc-14d96785125abee5e9a49a1c3037f35a581750bd.zip |
Clean up PLT use for scandirat
Diffstat (limited to 'sysdeps/unix')
-rw-r--r-- | sysdeps/unix/sysv/linux/i386/scandir64.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/i386/scandir64.c b/sysdeps/unix/sysv/linux/i386/scandir64.c index dacac0a44c..ae1970e1c3 100644 --- a/sysdeps/unix/sysv/linux/i386/scandir64.c +++ b/sysdeps/unix/sysv/linux/i386/scandir64.c @@ -19,7 +19,7 @@ #include <dirent.h> #define SCANDIR __scandir64 -#define SCANDIRAT __scandirat64 +#define SCANDIRAT scandirat64 #define READDIR __readdir64 #define DIRENT_TYPE struct dirent64 #define SKIP_SCANDIR_CANCEL 1 |