diff options
Diffstat (limited to 'include/dirent.h')
-rw-r--r-- | include/dirent.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/dirent.h b/include/dirent.h index 4db63a626c..0f8f1cbe88 100644 --- a/include/dirent.h +++ b/include/dirent.h @@ -32,4 +32,6 @@ extern DIR *__alloc_dir (int fd, bool close_fd, int flags, const struct stat64 *statp) internal_function; +libc_hidden_proto (rewinddir) + #endif |