diff options
| author | Konstantin Belousov <kib@FreeBSD.org> | 2008-04-01 10:49:06 +0000 |
|---|---|---|
| committer | Konstantin Belousov <kib@FreeBSD.org> | 2008-04-01 10:49:06 +0000 |
| commit | 914c69630430ea2f79460ed5e92644018b12981e (patch) | |
| tree | 77ee698df7c3c4191ea7f020b729db7940651a39 /include | |
| parent | 3f9c55c7db345f1c0f4ecab7126e757d83a91784 (diff) | |
Notes
Diffstat (limited to 'include')
| -rw-r--r-- | include/unistd.h | 2 |
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 []); |
