Add __dirfd prototype.
authorAndreas Jaeger <aj@suse.de>
Tue, 28 Feb 2012 12:16:18 +0000 (13:16 +0100)
committerAndreas Jaeger <aj@suse.de>
Tue, 28 Feb 2012 12:16:18 +0000 (13:16 +0100)
include/dirent.h

index 2e88005..80199d6 100644 (file)
@@ -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)