aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2008-04-01 10:49:06 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2008-04-01 10:49:06 +0000
commit914c69630430ea2f79460ed5e92644018b12981e (patch)
tree77ee698df7c3c4191ea7f020b729db7940651a39 /include
parent3f9c55c7db345f1c0f4ecab7126e757d83a91784 (diff)
Notes
Diffstat (limited to 'include')
-rw-r--r--include/unistd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/unistd.h b/include/unistd.h
index a277e42524fc..a3a2c017014b 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 []);