o Update unistd.h with the prototype for the new eaccess(2) system call.

Obtained from:	TrustedBSD Project
This commit is contained in:
rwatson 2001-09-21 22:50:39 +00:00
parent 69b2d3f3db
commit be73dee8bb

View File

@ -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 *, ...));