Initial push
[termux-packages] / packages / bash / y.tab.c.patch
diff --git a/packages/bash/y.tab.c.patch b/packages/bash/y.tab.c.patch
new file mode 100644 (file)
index 0000000..bdb4903
--- /dev/null
@@ -0,0 +1,13 @@
+Fix breakage on android-21 due "conflicting type for '__errno'"
+
+diff -u -r ../bash-4.3/y.tab.c ./y.tab.c
+--- ../bash-4.3/y.tab.c        2014-02-11 10:57:47.000000000 -0500
++++ ./y.tab.c  2014-12-16 05:39:58.047338124 -0500
+@@ -280,7 +280,6 @@
+ extern int bash_input_fd_changed;
+ #endif
+-extern int errno;
+ /* **************************************************************** */
+ /*                                                                */
+ /*                "Forward" declarations                          */