From 695e274cf7f24c596258827ee202d29ff735d9b9 Mon Sep 17 00:00:00 2001 From: Markos Chandras Date: Wed, 10 Oct 2012 13:44:07 +0100 Subject: access: Use faccessat if arch does not have the access 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 81f8e24dc..137b0db0a 100644 --- a/include/unistd.h +++ b/include/unistd.h @@ -307,6 +307,7 @@ extern int eaccess (const char *__name, int __type) otherwise use real IDs like `access'. */ extern int faccessat (int __fd, const char *__file, int __type, int __flag) __THROW __nonnull ((2)) __wur; +libc_hidden_proto(faccessat) #endif /* Use GNU. */ -- cgit v1.2.3