diff options
Diffstat (limited to 'include/stdio.h')
-rw-r--r-- | include/stdio.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/stdio.h b/include/stdio.h index 381ca5f02..e0006d2e7 100644 --- a/include/stdio.h +++ b/include/stdio.h @@ -151,6 +151,7 @@ __END_NAMESPACE_STD /* Rename file OLD relative to OLDFD to NEW relative to NEWFD. */ extern int renameat (int __oldfd, const char *__old, int __newfd, const char *__new) __THROW; +libc_hidden_proto(renameat) #endif __BEGIN_NAMESPACE_STD |