summaryrefslogtreecommitdiff
path: root/patches/gcc/5.3.0/380-gcc-plugin-POSIX-include-sys-select-h.patch
AgeCommit message (Collapse)AuthorFilesLines
2016-01-03POSIX: Fix GCC 5+ plugin build failure on CygwinRay Donnelly1-0/+11
Cygwin follows POSIX IEEE Std 1003.1, 2004 Edition spec for the select() fuction as described at: http://pubs.opengroup.org/onlinepubs/009695399/functions/pselect.html .. so we must #include <sys/select.h> for the declaration. Signed-off-by: Ray Donnelly <mingw.android@gmail.com>