]> git.pld-linux.org Git - packages/bash.git/commitdiff
- missing patch
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 4 Apr 2019 18:52:36 +0000 (20:52 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 4 Apr 2019 18:52:36 +0000 (20:52 +0200)
bash-loadables.patch [new file with mode: 0644]

diff --git a/bash-loadables.patch b/bash-loadables.patch
new file mode 100644 (file)
index 0000000..8832282
--- /dev/null
@@ -0,0 +1,11 @@
+--- bash-5.0/examples/loadables/push.c~        2017-06-20 16:54:52.000000000 +0200
++++ bash-5.0/examples/loadables/push.c 2019-03-21 14:40:08.789376401 +0100
+@@ -36,7 +36,7 @@ extern int errno;
+ #endif
+ extern int dollar_dollar_pid;
+-extern int last_command_exit_value;
++extern volatile int last_command_exit_value;
+ int
+ push_builtin (list)
This page took 0.052584 seconds and 4 git commands to generate.