summaryrefslogtreecommitdiffstats
path: root/include/unistd.h
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2012-04-12 11:19:34 +0000
committerderaadt <deraadt@openbsd.org>2012-04-12 11:19:34 +0000
commite1eb7ae046243109afbd8788c1b6814b70bf5988 (patch)
treeb5f8588b167327dac4790867f4c96de3b7db83b9 /include/unistd.h
parentbackout gcc revision 112331 "optimized integer divide for SH4" (diff)
downloadwireguard-openbsd-e1eb7ae046243109afbd8788c1b6814b70bf5988.tar.xz
wireguard-openbsd-e1eb7ae046243109afbd8788c1b6814b70bf5988.zip
prototype getdtablecount()
Diffstat (limited to 'include/unistd.h')
-rw-r--r--include/unistd.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/unistd.h b/include/unistd.h
index f4ea34ee650..938a780b16a 100644
--- a/include/unistd.h
+++ b/include/unistd.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: unistd.h,v 1.68 2012/03/21 23:20:35 matthew Exp $ */
+/* $OpenBSD: unistd.h,v 1.69 2012/04/12 11:19:34 deraadt Exp $ */
/* $NetBSD: unistd.h,v 1.26.4.1 1996/05/28 02:31:51 mrg Exp $ */
/*-
@@ -223,6 +223,7 @@ int exect(const char *, char * const *, char * const *);
char *fflagstostr(u_int32_t);
int getdomainname(char *, size_t)
__attribute__ ((__bounded__(__string__,1,2)));
+int getdtablecount(void);
int getgrouplist(const char *, gid_t, gid_t *, int *);
mode_t getmode(const void *, mode_t);
int getresgid(gid_t *, gid_t *, gid_t *);