[rtems commit] Move <poll.h> to set of default header files

Sebastian Huber sebh at rtems.org
Mon Sep 10 09:36:02 UTC 2018


Module:    rtems
Branch:    master
Commit:    d9296d246c07daeba1044d1dd792a88f7bfb06ed
Changeset: http://git.rtems.org/rtems/commit/?id=d9296d246c07daeba1044d1dd792a88f7bfb06ed

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Fri Sep  7 06:39:50 2018 +0200

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.

---

 cpukit/headers.am                        | 1 +
 cpukit/{libnetworking => include}/poll.h | 0
 cpukit/libnetworking/headers.am          | 1 -
 3 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/cpukit/headers.am b/cpukit/headers.am
index 8f5b9ca..303dbc5 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
similarity index 100%
rename from cpukit/libnetworking/poll.h
rename to cpukit/include/poll.h
diff --git a/cpukit/libnetworking/headers.am b/cpukit/libnetworking/headers.am
index 69fbbb9..72eca05 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




More information about the vc mailing list