diff options
| author | Josef Karthauser <joe@FreeBSD.org> | 2000-06-17 11:55:57 +0000 |
|---|---|---|
| committer | Josef Karthauser <joe@FreeBSD.org> | 2000-06-17 11:55:57 +0000 |
| commit | c5bb91d1b2749f55eb27ed4a75b5641dcdb694d5 (patch) | |
| tree | 0fe3a9bf299ce5a72c3d8d656a4c65f32d08d066 /include | |
| parent | 8c7bdc130e70c930f58e483fb4922c02f3d24d86 (diff) | |
Notes
Diffstat (limited to 'include')
| -rw-r--r-- | include/unistd.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/unistd.h b/include/unistd.h index f4deeb5c9eb2..3d877b04ab6a 100644 --- a/include/unistd.h +++ b/include/unistd.h @@ -127,6 +127,7 @@ void endusershell __P((void)); int exect __P((const char *, char * const *, char * const *)); int fchdir __P((int)); int fchown __P((int, uid_t, gid_t)); +char *fflagstostr __P((u_long)); int fsync __P((int)); #ifndef _FTRUNCATE_DECLARED #define _FTRUNCATE_DECLARED @@ -195,6 +196,7 @@ int setreuid __P((uid_t, uid_t)); int setrgid __P((gid_t)); int setruid __P((uid_t)); void setusershell __P((void)); +int strtofflags __P((char **, u_long *, u_long *)); int swapon __P((const char *)); int symlink __P((const char *, const char *)); void sync __P((void)); |
