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 /dirent/scandirat.c | |
parent | a724d1b9bfa0f6ee9146b365e43ea6e245d0cf0c (diff) | |
download | glibc-14d96785125abee5e9a49a1c3037f35a581750bd.tar.gz glibc-14d96785125abee5e9a49a1c3037f35a581750bd.tar.xz glibc-14d96785125abee5e9a49a1c3037f35a581750bd.zip |
Clean up PLT use for scandirat
Diffstat (limited to 'dirent/scandirat.c')
-rw-r--r-- | dirent/scandirat.c | 1 |
1 files changed, 1 insertions, 0 deletions
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) |