mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-25 18:12:57 +01:00
Correct the prototype for the faccessat().
Reported by: ru
This commit is contained in:
parent
3f9c55c7db
commit
914c696304
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=177830
@ -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…
Reference in New Issue
Block a user