Correct the prototype for the faccessat().
Reported by: ru
This commit is contained in:
parent
3f9c55c7db
commit
914c696304
@ -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 []);
|
||||
|
Loading…
x
Reference in New Issue
Block a user