From 088f7a723962dd18dcae09e8e8fa168bbea6ed0b Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Thu, 17 Dec 2015 22:45:19 +0100 Subject: [PATCH] Remove inclusion of sys/select.h in sys/types.h for backward compat * libc/include/sys/types.h: Remove including . Signed-off-by: Corinna Vinschen --- newlib/ChangeLog | 4 ++++ newlib/libc/include/sys/types.h | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/newlib/ChangeLog b/newlib/ChangeLog index b1b458515..596be0284 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,7 @@ +2015-12-17 Corinna Vinschen + + * libc/include/sys/types.h: Remove including . + 2015-12-14 Sebastian Huber * libc/include/sys/reent.h (_REENT_INIT_PTR_ZEROED): New. diff --git a/newlib/libc/include/sys/types.h b/newlib/libc/include/sys/types.h index 207c8f87a..5dd6c75fe 100644 --- a/newlib/libc/include/sys/types.h +++ b/newlib/libc/include/sys/types.h @@ -86,8 +86,6 @@ typedef quad_t * qaddr_t; # if __BSD_VISIBLE -#include - # define physadr physadr_t # define quad quad_t