From c4c78fc5f3c945e2a755e184d8c7e2dab7f8fe4e Mon Sep 17 00:00:00 2001 From: Markos Chandras Date: Wed, 10 Oct 2012 14:56:56 +0100 Subject: chown: Use fchownat if arch does not have the chown syscall Signed-off-by: Markos Chandras Signed-off-by: Bernhard Reutner-Fischer --- include/unistd.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/unistd.h b/include/unistd.h index ed77ce928..dbf1a9bd7 100644 --- a/include/unistd.h +++ b/include/unistd.h @@ -518,6 +518,7 @@ extern int lchown (const char *__file, __uid_t __owner, __gid_t __group) extern int fchownat (int __fd, const char *__file, __uid_t __owner, __gid_t __group, int __flag) __THROW __nonnull ((2)) __wur; +libc_hidden_proto(fchownat) #endif /* Use GNU. */ /* Change the process's working directory to PATH. */ -- cgit v1.2.3