diff options
author | Andreas Jaeger <aj@suse.de> | 2012-02-28 13:16:18 +0100 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2012-02-28 13:16:18 +0100 |
commit | 625d134f42d65ebc0349c03a0d9592400e86d084 (patch) | |
tree | ca38d5251cd497d9b88c6a8137dd5514cef0dfdd | |
parent | 94c3cff5832a7f3f0a53674a644a7d3b3633eb8f (diff) | |
download | glibc-625d134f42d65ebc0349c03a0d9592400e86d084.tar.gz glibc-625d134f42d65ebc0349c03a0d9592400e86d084.tar.xz glibc-625d134f42d65ebc0349c03a0d9592400e86d084.zip |
Add __dirfd prototype.
-rw-r--r-- | include/dirent.h | 1 |
1 files changed, 1 insertions, 0 deletions
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) |