aboutsummaryrefslogtreecommitdiff
path: root/include/unistd.h
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1997-04-05 13:03:15 +0000
committerPeter Wemm <peter@FreeBSD.org>1997-04-05 13:03:15 +0000
commit44c1d774da2ec21990181547fcbd09063e1651b7 (patch)
treec513e6716e6c628f14b147ae19783456edcd7152 /include/unistd.h
parente7927c1ec7dae6357c33671cbaad92ae70d2ae02 (diff)
Notes
Diffstat (limited to 'include/unistd.h')
-rw-r--r--include/unistd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/unistd.h b/include/unistd.h
index bf2481564c45..e0b9bbac9580 100644
--- a/include/unistd.h
+++ b/include/unistd.h
@@ -130,6 +130,7 @@ char *getusershell __P((void));
char *getwd __P((char *)); /* obsoleted by getcwd() */
int initgroups __P((const char *, int));
int iruserok __P((unsigned long, int, const char *, const char *));
+int issetugid __P((void));
int lchown __P((const char *, uid_t, gid_t));
int mknod __P((const char *, mode_t, dev_t));
int mkstemp __P((char *));