summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking
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/libnetworking
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/libnetworking')
-rw-r--r--cpukit/libnetworking/headers.am1
-rw-r--r--cpukit/libnetworking/poll.h6
2 files changed, 0 insertions, 7 deletions
diff --git a/cpukit/libnetworking/headers.am b/cpukit/libnetworking/headers.am
index 69fbbb9021..72eca05d9f 100644
--- a/cpukit/libnetworking/headers.am
+++ b/cpukit/libnetworking/headers.am
@@ -5,7 +5,6 @@ include_HEADERS =
include_HEADERS += ifaddrs.h
include_HEADERS += librtemsNfs.h
include_HEADERS += loop.h
-include_HEADERS += poll.h
include_HEADERS += resolv.h
include_arpadir = $(includedir)/arpa
diff --git a/cpukit/libnetworking/poll.h b/cpukit/libnetworking/poll.h
deleted file mode 100644
index 0287495599..0000000000
--- a/cpukit/libnetworking/poll.h
+++ /dev/null
@@ -1,6 +0,0 @@
-#ifndef _POLL_H_
-#define _POLL_H_
-
-#include <sys/poll.h>
-
-#endif /* !_POLL_H_ */