From 3a5be53a84ac68255fbcecb73b8fe58a35550c26 Mon Sep 17 00:00:00 2001 From: Markos Chandras Date: Wed, 10 Oct 2012 15:17:10 +0100 Subject: rename: Use renameat if arch does not have the rename syscall Signed-off-by: Markos Chandras Signed-off-by: Bernhard Reutner-Fischer --- include/stdio.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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 -- cgit v1.2.3