diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2001-09-21 22:50:39 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2001-09-21 22:50:39 +0000 |
| commit | 7c80f09bae1845f82b8fec0486c4e8a80967a1e8 (patch) | |
| tree | 8bd5a6d55444f0f1c381f75e9795966144650b73 /include | |
| parent | ed01445d8fef7073d654de0f4ef50405221591e2 (diff) | |
Notes
Diffstat (limited to 'include')
| -rw-r--r-- | include/unistd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/unistd.h b/include/unistd.h index 0829adf3cd26..442314cd99fa 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 *, ...)); |
