summaryrefslogtreecommitdiffstats
path: root/include/unistd.h
diff options
context:
space:
mode:
authorjoe <joe@FreeBSD.org>2000-06-17 11:55:57 +0000
committerjoe <joe@FreeBSD.org>2000-06-17 11:55:57 +0000
commitc747c3c63a37b0171165f4d4c34aff0d51f94dee (patch)
tree6d84c3c4660ec25ea32ed43405993790d02f6b5a /include/unistd.h
parent4946ded616808163421971bd6648d16bb43c1020 (diff)
downloadFreeBSD-src-c747c3c63a37b0171165f4d4c34aff0d51f94dee.zip
FreeBSD-src-c747c3c63a37b0171165f4d4c34aff0d51f94dee.tar.gz
Add strtofflags and fflagstostr to libc.
Diffstat (limited to 'include/unistd.h')
-rw-r--r--include/unistd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/unistd.h b/include/unistd.h
index f4deeb5..3d877b0 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));
OpenPOWER on IntegriCloud