summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/unistd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/unistd.h b/include/unistd.h
index a277e42..a3a2c01 100644
--- a/include/unistd.h
+++ b/include/unistd.h
@@ -561,7 +561,7 @@ extern int optreset; /* getopt(3) external variable */
#endif /* __BSD_VISIBLE */
#if __BSD_VISIBLE
-int faccessat(int, const char *, int);
+int faccessat(int, const char *, int, int);
int fchmodat(int, const char *, mode_t, int);
int fchownat(int, const char *, uid_t, gid_t, int);
int fexecve(int, char *const [], char *const []);
OpenPOWER on IntegriCloud