aboutsummaryrefslogtreecommitdiff
path: root/include/poll.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/poll.h')
-rw-r--r--include/poll.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/poll.h b/include/poll.h
new file mode 100644
index 0000000..cea7b04
--- /dev/null
+++ b/include/poll.h
@@ -0,0 +1,9 @@
+/* $OpenBSD: poll.h,v 1.3 2003/10/29 16:41:13 deraadt Exp $ */
+
+/*
+ * Written by Theo de Raadt, Public Domain
+ *
+ * Typical poll() implementations expect poll.h to be in /usr/include.
+ * However this is not a convenient place for the real definitions.
+ */
+#include <sys/poll.h>