summaryrefslogtreecommitdiffstats
path: root/include/poll.h
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1996-05-18 08:53:07 +0000
committerderaadt <deraadt@openbsd.org>1996-05-18 08:53:07 +0000
commitdef0fdca14684753dfcf5932f90c11d82dd5c6da (patch)
tree8b984a162227222f84316118c59fbe3cb61ba5fe /include/poll.h
parentallow "make includes" to work from here too (diff)
downloadwireguard-openbsd-def0fdca14684753dfcf5932f90c11d82dd5c6da.tar.xz
wireguard-openbsd-def0fdca14684753dfcf5932f90c11d82dd5c6da.zip
poll() as a system call
Diffstat (limited to 'include/poll.h')
-rw-r--r--include/poll.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/poll.h b/include/poll.h
new file mode 100644
index 00000000000..dfc7dc21aa2
--- /dev/null
+++ b/include/poll.h
@@ -0,0 +1,7 @@
+/* $OpenBSD: poll.h,v 1.1 1996/05/18 08:53:07 deraadt Exp $ */
+
+/*
+ * Typical poll() implimentations expect poll.h to be in /usr/include.
+ * However this is not a convenient place for the real definitions.
+ */
+#include <sys/poll.h>