aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2001-09-21 22:50:39 +0000
committerRobert Watson <rwatson@FreeBSD.org>2001-09-21 22:50:39 +0000
commit7c80f09bae1845f82b8fec0486c4e8a80967a1e8 (patch)
tree8bd5a6d55444f0f1c381f75e9795966144650b73 /include
parented01445d8fef7073d654de0f4ef50405221591e2 (diff)
Notes
Diffstat (limited to 'include')
-rw-r--r--include/unistd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/unistd.h b/include/unistd.h
index 0829adf3cd262..442314cd99faf 100644
--- a/include/unistd.h
+++ b/include/unistd.h
@@ -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 *, ...));