diff options
Diffstat (limited to 'include/dirent.h')
-rw-r--r-- | include/dirent.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dirent.h b/include/dirent.h index 6fcc2f391b..caaeb0be85 100644 --- a/include/dirent.h +++ b/include/dirent.h @@ -77,7 +77,7 @@ extern __typeof (scandirat) __scandirat; libc_hidden_proto (__scandirat) libc_hidden_proto (scandirat64) -# if IS_IN (rtld) +# if IS_IN (rtld) && !defined NO_RTLD_HIDDEN extern __typeof (__rewinddir) __rewinddir attribute_hidden; # endif # endif |