You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
539 B
13 lines
539 B
Index: gettext-tools/gnulib-lib/execute.c |
|
--- gettext-tools/gnulib-lib/execute.c.orig 2015-07-10 08:38:35.000000000 +0200 |
|
+++ gettext-tools/gnulib-lib/execute.c 2015-07-11 08:38:46.622368094 +0200 |
|
@@ -202,6 +202,9 @@ |
|
subprocess to exit with return code 127. It is implementation |
|
dependent which error is reported which way. We treat both cases as |
|
equivalent. */ |
|
+#ifndef HAVE_ENVIRON_DECL |
|
+ extern char **environ; |
|
+#endif |
|
sigset_t blocked_signals; |
|
posix_spawn_file_actions_t actions; |
|
bool actions_allocated;
|
|
|