From 82cab378652c1d1601545a80b7241090c55b1e37 Mon Sep 17 00:00:00 2001 From: Markos Chandras Date: Wed, 10 Oct 2012 13:41:18 +0100 Subject: chmod: Use fchmodat if arch does not have the chmod syscall Signed-off-by: Markos Chandras Signed-off-by: Bernhard Reutner-Fischer --- include/sys/stat.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/sys/stat.h') diff --git a/include/sys/stat.h b/include/sys/stat.h index bff90cb6d..1709cece7 100644 --- a/include/sys/stat.h +++ b/include/sys/stat.h @@ -309,6 +309,7 @@ extern int fchmod (int __fd, __mode_t __mode) __THROW; extern int fchmodat (int __fd, const char *__file, __mode_t __mode, int __flag) __THROW __nonnull ((2)) __wur; +libc_hidden_proto(fchmodat) #endif /* Use ATFILE. */ -- cgit v1.2.3