]> git.pld-linux.org Git - packages/bash.git/blobdiff - bash-loadables.patch
- loadables patch still needed; files updated
[packages/bash.git] / bash-loadables.patch
diff --git a/bash-loadables.patch b/bash-loadables.patch
new file mode 100644 (file)
index 0000000..c2e32db
--- /dev/null
@@ -0,0 +1,11 @@
+--- bash-5.1/examples/loadables/push.c~        2020-04-20 22:07:01.000000000 +0200
++++ bash-5.1/examples/loadables/push.c 2020-12-08 08:54:19.318948703 +0100
+@@ -36,7 +36,7 @@ extern int errno;
+ #endif
+ extern pid_t dollar_dollar_pid;
+-extern int last_command_exit_value;
++extern volatile int last_command_exit_value;
+ int
+ push_builtin (list)
This page took 0.423329 seconds and 4 git commands to generate.