summaryrefslogtreecommitdiff
path: root/packages/gcc/11.2.0/0001-gcc-plugin-POSIX-include-sys-select-h.patch
diff options
context:
space:
mode:
authorChris Packham <judge.packham@gmail.com>2021-09-16 09:42:38 (GMT)
committerChris Packham <judge.packham@gmail.com>2021-09-16 09:42:44 (GMT)
commit7daa182506baf30adb35752369cf352ac2383c3b (patch)
treeb21aa4fc0b5c1608ada69ffee660768bf1faa4cf /packages/gcc/11.2.0/0001-gcc-plugin-POSIX-include-sys-select-h.patch
parentf49ae4054dd2f772997aebd6b3f18a2bea8e1e73 (diff)
parent9ddd4b7883a9f7b341bedfa5d4e7a96446140f1b (diff)
Merge branch 'gcc11-cross-canadian' of https://github.com/foss-for-synopsys-dwc-arc-processors/crosstool-ng
Signed-off-by: Chris Packham <judge.packham@gmail.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"