diff options
author | Roland McGrath <roland@hack.frob.com> | 2015-05-13 12:33:56 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2015-05-13 12:33:56 -0700 |
commit | 83c10893259916152d277327fa37d8f70bb4d4c2 (patch) | |
tree | c7076c7a35593a2cb883c9af2ee40bae88e22af4 /include/dirent.h | |
parent | b88a18e10c9b18a74e2c2b26817189a5841cff12 (diff) | |
download | glibc-83c10893259916152d277327fa37d8f70bb4d4c2.zip glibc-83c10893259916152d277327fa37d8f70bb4d4c2.tar.gz glibc-83c10893259916152d277327fa37d8f70bb4d4c2.tar.bz2 |
Break __scandir_cancel_handler out into its own file.
Diffstat (limited to 'include/dirent.h')
-rw-r--r-- | include/dirent.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/dirent.h b/include/dirent.h index 2e797ae..c50bd23 100644 --- a/include/dirent.h +++ b/include/dirent.h @@ -46,9 +46,10 @@ extern int __versionsort64 (const struct dirent64 **a, 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 __typeof (rewinddir) __rewinddir; +extern void __scandir_cancel_handler (void *arg) attribute_hidden; + libc_hidden_proto (__rewinddir) extern __typeof (scandirat) __scandirat; libc_hidden_proto (__scandirat) |