summaryrefslogtreecommitdiffstats
path: root/cpukit/include/poll.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-09-07 06:39:50 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-09-10 10:38:44 +0200
commitd9296d246c07daeba1044d1dd792a88f7bfb06ed (patch)
tree7b3a768e55399525edbbc93e7af10db81f285da1 /cpukit/include/poll.h
parentscore: Debug aid for _Chain_Extract_unprotected() (diff)
downloadrtems-d9296d246c07daeba1044d1dd792a88f7bfb06ed.tar.bz2
Move <poll.h> to set of default header files
The <poll.h> is a POSIX header file and just includes <sys/poll.h> which contains the real content.
Diffstat (limited to 'cpukit/include/poll.h')
-rw-r--r--cpukit/include/poll.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/cpukit/include/poll.h b/cpukit/include/poll.h
new file mode 100644
index 0000000000..0287495599
--- /dev/null
+++ b/cpukit/include/poll.h
@@ -0,0 +1,6 @@
+#ifndef _POLL_H_
+#define _POLL_H_
+
+#include <sys/poll.h>
+
+#endif /* !_POLL_H_ */