From 0edc0a1297a8900a41930108f8fa0904e1cb1e37 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 18 Sep 2018 20:18:38 +0200 Subject: 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. --- modules/posix_spawn-tests | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/posix_spawn-tests') diff --git a/modules/posix_spawn-tests b/modules/posix_spawn-tests index 8795206a70..55c4efd790 100644 --- a/modules/posix_spawn-tests +++ b/modules/posix_spawn-tests @@ -9,6 +9,7 @@ posix_spawn_file_actions_destroy stdbool unistd sys_wait +environ configure.ac: AC_EGREP_CPP([notposix], [[ -- cgit v1.2.1