aboutsummaryrefslogtreecommitdiff
path: root/include/poll.h
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-10-16 17:41:25 +0300
committerCem Keylan <cem@ckyln.com>2020-10-16 17:41:25 +0300
commite2abcdca396661cbe0ae2ddb13d5c2b85682c13a (patch)
treeacf9b5c80b645617f882c45224c6e07251711842 /include/poll.h
downloadotools-e2abcdca396661cbe0ae2ddb13d5c2b85682c13a.tar.gz
initial commit
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>