summaryrefslogtreecommitdiffstats
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
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.
-rw-r--r--cpukit/headers.am1
-rw-r--r--cpukit/include/poll.h (renamed from cpukit/libnetworking/poll.h)0
-rw-r--r--cpukit/libnetworking/headers.am1
3 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/headers.am b/cpukit/headers.am
index 8f5b9ca729..303dbc58a7 100644
--- a/cpukit/headers.am
+++ b/cpukit/headers.am
@@ -15,6 +15,7 @@ include_HEADERS += include/md5.h
include_HEADERS += include/memory.h
include_HEADERS += include/mqueue.h
include_HEADERS += include/pci.h
+include_HEADERS += include/poll.h
include_HEADERS += include/rtems.h
include_HEADERS += include/sha256.h
include_HEADERS += include/sha512.h
diff --git a/cpukit/libnetworking/poll.h b/cpukit/include/poll.h
index 0287495599..0287495599 100644
--- a/cpukit/libnetworking/poll.h
+++ b/cpukit/include/poll.h
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