OSDN Git Service

rename: Use renameat if arch does not have the rename syscall
[uclinux-h8/uclibc-ng.git] / include / stdio.h
index 381ca5f..e0006d2 100644 (file)
@@ -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