]> sourceware.org Git - newlib-cygwin.git/commitdiff
Remove inclusion of sys/select.h in sys/types.h for backward compat
authorCorinna Vinschen <corinna@vinschen.de>
Thu, 17 Dec 2015 21:45:19 +0000 (22:45 +0100)
committerCorinna Vinschen <corinna@vinschen.de>
Thu, 17 Dec 2015 21:45:19 +0000 (22:45 +0100)
* libc/include/sys/types.h: Remove including <sys/select.h>.

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
newlib/ChangeLog
newlib/libc/include/sys/types.h

index b1b4585155711ccdd0c034ffa0ca6a3bfa2227a7..596be0284cafe0a4d41fb5988378324d3ed5c583 100644 (file)
@@ -1,3 +1,7 @@
+2015-12-17  Corinna Vinschen  <corinna@vinschen.de>
+
+       * libc/include/sys/types.h: Remove including <sys/select.h>.
+
 2015-12-14  Sebastian Huber  <sebastian.huber@embedded-brains.de>
 
        * libc/include/sys/reent.h (_REENT_INIT_PTR_ZEROED): New.
index 207c8f87ad1037b45ba97aac7654b1ac2908b3c1..5dd6c75fef250c2e16b31bdca49695bb6b4ed476 100644 (file)
@@ -86,8 +86,6 @@ typedef       quad_t *        qaddr_t;
 
 # if   __BSD_VISIBLE
 
-#include <sys/select.h>
-
 #  define      physadr         physadr_t
 #  define      quad            quad_t
 
This page took 0.051021 seconds and 5 git commands to generate.