+2018-09-18 Bruno Haible <bruno@clisp.org>
+
+ posix_spawn tests: Fix link error on 64-bit Cygwin.
+ * tests/test-posix_spawn1.c (environ): Remove declaration.
+ * tests/test-posix_spawn2.c (environ): Likewise.
+ * tests/test-posix_spawn3.c (environ): Likewise.
+ * tests/test-posix_spawn4.c (environ): Likewise.
+ * modules/posix_spawn-tests (Depends-on): Add 'environ'.
+ * modules/posix_spawnp-tests (Depends-on): Likewise.
+
2018-09-16 Paul Eggert <eggert@cs.ucla.edu>
timespec: new function current_timespec
#include <sys/types.h>
#include <sys/wait.h>
-extern char **environ;
-
#define CHILD_PROGRAM_FILENAME "test-posix_spawn3"
#define DATA_FILENAME "t!#$%&'()*+,-;=?@[\\]^_`{|}~.tmp"
/* On Cygwin, '*' '?' '\\' '|' cannot be used in file names. */