mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-01 08:27:59 +00:00
o Update unistd.h with the prototype for the new eaccess(2) system call.
Obtained from: TrustedBSD Project
This commit is contained in:
parent
ed01445d8f
commit
7c80f09bae
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=83806
@ -65,6 +65,7 @@ int chown __P((const char *, uid_t, gid_t));
|
||||
int close __P((int));
|
||||
int dup __P((int));
|
||||
int dup2 __P((int, int));
|
||||
int eaccess __P((const char *, int));
|
||||
int execl __P((const char *, const char *, ...));
|
||||
int execle __P((const char *, const char *, ...));
|
||||
int execlp __P((const char *, const char *, ...));
|
||||
|
Loading…
Reference in New Issue
Block a user