From 625d134f42d65ebc0349c03a0d9592400e86d084 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Tue, 28 Feb 2012 13:16:18 +0100 Subject: Add __dirfd prototype. --- include/dirent.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/dirent.h b/include/dirent.h index 2e88005e00..80199d63ba 100644 --- a/include/dirent.h +++ b/include/dirent.h @@ -41,6 +41,7 @@ extern DIR *__alloc_dir (int fd, bool close_fd, int flags, const struct stat64 *statp) internal_function; extern void __scandir_cancel_handler (void *arg); +extern int __dirfd (DIR *__dirp); libc_hidden_proto (rewinddir) libc_hidden_proto (scandirat) -- cgit 1.4.1