summaryrefslogtreecommitdiff
path: root/packages/gcc/11.2.0/0001-gcc-plugin-POSIX-include-sys-select-h.patch
diff options
context:
space:
mode:
authorAlexey Brodkin <abrodkin@synopsys.com>2021-09-15 08:15:13 (GMT)
committerAlexey Brodkin <abrodkin@synopsys.com>2021-09-15 08:18:45 (GMT)
commit24a1f120d75785854c1f0ccd5962c4a7e26a4255 (patch)
tree5f4d1ab041e4099a04b587c807653e3a1fd881a8 /packages/gcc/11.2.0/0001-gcc-plugin-POSIX-include-sys-select-h.patch
parente5aaa1ca7a7876861d3b3900251c67d280bfafdf (diff)
gcc: Refresh patches of GCC 11.2.0
As simple as: ./maintainer/manage-packages.sh --update-patches --select gcc-11.2.0 Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Diffstat (limited to 'packages/gcc/11.2.0/0001-gcc-plugin-POSIX-include-sys-select-h.patch')
-rw-r--r--packages/gcc/11.2.0/0001-gcc-plugin-POSIX-include-sys-select-h.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/packages/gcc/11.2.0/0001-gcc-plugin-POSIX-include-sys-select-h.patch b/packages/gcc/11.2.0/0001-gcc-plugin-POSIX-include-sys-select-h.patch
new file mode 100644
index 0000000..5f9a07a
--- /dev/null
+++ b/packages/gcc/11.2.0/0001-gcc-plugin-POSIX-include-sys-select-h.patch
@@ -0,0 +1,14 @@
+---
+ libcc1/connection.cc | 1 +
+ 1 file changed, 1 insertion(+)
+
+--- a/libcc1/connection.cc
++++ b/libcc1/connection.cc
+@@ -21,6 +21,7 @@
+ #include <string>
+ #include <unistd.h>
+ #include <sys/types.h>
++#include <sys/select.h>
+ #include <string.h>
+ #include <errno.h>
+ #include "marshall.hh"