diff options
author | Yaakov Selkowitz <yselkowi@redhat.com> | 2016-03-14 20:50:45 -0500 |
---|---|---|
committer | Yaakov Selkowitz <yselkowi@redhat.com> | 2016-03-17 21:09:19 -0500 |
commit | ee97c4b22491b205fd3b7697e03c909e02b652d3 (patch) | |
tree | 64ece4051b8787a8972666b3151d38b881f5648a /newlib | |
parent | 04f288851aaaa7c085e27c9609a065f839ae042b (diff) | |
download | cygnal-ee97c4b22491b205fd3b7697e03c909e02b652d3.tar.gz cygnal-ee97c4b22491b205fd3b7697e03c909e02b652d3.tar.bz2 cygnal-ee97c4b22491b205fd3b7697e03c909e02b652d3.zip |
Revert "Remove inclusion of sys/select.h in sys/types.h for backward compat"
This BSDism is still in use (e.g. putty).
This reverts commit 088f7a723962dd18dcae09e8e8fa168bbea6ed0b.
Diffstat (limited to 'newlib')
-rw-r--r-- | newlib/libc/include/sys/types.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/newlib/libc/include/sys/types.h b/newlib/libc/include/sys/types.h index 65e7b9bf5..c9f0fc7f3 100644 --- a/newlib/libc/include/sys/types.h +++ b/newlib/libc/include/sys/types.h @@ -86,6 +86,8 @@ typedef quad_t * qaddr_t; # if __BSD_VISIBLE +#include <sys/select.h> + # define physadr physadr_t # define quad quad_t |