summaryrefslogtreecommitdiff
path: root/include/dirent.h
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@redhat.com>2011-08-11 11:41:09 -0400
committerUlrich Drepper <drepper@gmail.com>2011-08-11 11:41:09 -0400
commit14d96785125abee5e9a49a1c3037f35a581750bd (patch)
tree321c675710dd076eeb13832637b978d6671dc969 /include/dirent.h
parenta724d1b9bfa0f6ee9146b365e43ea6e245d0cf0c (diff)
Clean up PLT use for scandirat
Diffstat (limited to 'include/dirent.h')
-rw-r--r--include/dirent.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/include/dirent.h b/include/dirent.h
index 9ed5876892..7dbf622bbb 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