diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-08-25 20:02:44 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-08-25 20:02:44 +0000 |
commit | 0f3a85855080925e4c72178676a89f662f258030 (patch) | |
tree | 8150d52accdca5b1f6a1a096a11c181606789e4b | |
parent | bb953eed5224ba176ab9cbaf120f4baaac6975c8 (diff) |
+issetugid
-rw-r--r-- | include/unistd.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/unistd.h b/include/unistd.h index ffa976735bb..1dd4f874b5b 100644 --- a/include/unistd.h +++ b/include/unistd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: unistd.h,v 1.7 1996/08/22 20:36:59 millert Exp $ */ +/* $OpenBSD: unistd.h,v 1.8 1996/08/25 20:02:43 deraadt Exp $ */ /* $NetBSD: unistd.h,v 1.26.4.1 1996/05/28 02:31:51 mrg Exp $ */ /*- @@ -177,6 +177,7 @@ int undelete __P((const char *)); void usleep __P((u_int)); void *valloc __P((size_t)); /* obsoleted by malloc() */ pid_t vfork __P((void)); +int issetugid __P((void)); int getopt __P((int, char * const *, const char *)); extern char *optarg; /* getopt(3) external variables */ |