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 /include/dirent.h | |
parent | a724d1b9bfa0f6ee9146b365e43ea6e245d0cf0c (diff) | |
download | glibc-14d96785125abee5e9a49a1c3037f35a581750bd.zip glibc-14d96785125abee5e9a49a1c3037f35a581750bd.tar.gz glibc-14d96785125abee5e9a49a1c3037f35a581750bd.tar.bz2 |
Clean up PLT use for scandirat
Diffstat (limited to 'include/dirent.h')
-rw-r--r-- | include/dirent.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/include/dirent.h b/include/dirent.h index 9ed5876..7dbf622 100644 --- a/include/dirent.h +++ b/include/dirent.h @@ -27,11 +27,6 @@ extern int __scandir64 (__const char * __dir, int (*__selector) (__const struct dirent64 *), int (*__cmp) (__const struct dirent64 **, __const struct dirent64 **)); -extern int __scandirat64 (int __dfd, __const char * __dir, - struct dirent64 *** __namelist, - int (*__selector) (__const struct dirent64 *), - int (*__cmp) (__const struct dirent64 **, - __const struct dirent64 **)); extern __ssize_t __getdents (int __fd, char *__buf, size_t __nbytes) internal_function; extern __ssize_t __getdents64 (int __fd, char *__buf, size_t __nbytes) @@ -47,5 +42,7 @@ extern DIR *__alloc_dir (int fd, bool close_fd, int flags, extern void __scandir_cancel_handler (void *arg); libc_hidden_proto (rewinddir) +libc_hidden_proto (scandirat) +libc_hidden_proto (scandirat64) #endif |