Remove inclusion of sys/select.h in sys/types.h for backward compat
* libc/include/sys/types.h: Remove including <sys/select.h>. Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
parent
28d7af216e
commit
088f7a7239
|
@ -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>
|
2015-12-14 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||||
|
|
||||||
* libc/include/sys/reent.h (_REENT_INIT_PTR_ZEROED): New.
|
* libc/include/sys/reent.h (_REENT_INIT_PTR_ZEROED): New.
|
||||||
|
|
|
@ -86,8 +86,6 @@ typedef quad_t * qaddr_t;
|
||||||
|
|
||||||
# if __BSD_VISIBLE
|
# if __BSD_VISIBLE
|
||||||
|
|
||||||
#include <sys/select.h>
|
|
||||||
|
|
||||||
# define physadr physadr_t
|
# define physadr physadr_t
|
||||||
# define quad quad_t
|
# define quad quad_t
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue