comparison modules/posix_spawn-tests @ 39848:b7ec445e40de

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.
author Bruno Haible <bruno@clisp.org>
date Tue, 18 Sep 2018 20:18:38 +0200
parents fb3e3c38ef7a
children
comparison
equal deleted inserted replaced
39847:7245e73971d4 39848:b7ec445e40de
7 posix_spawn_file_actions_addopen 7 posix_spawn_file_actions_addopen
8 posix_spawn_file_actions_destroy 8 posix_spawn_file_actions_destroy
9 stdbool 9 stdbool
10 unistd 10 unistd
11 sys_wait 11 sys_wait
12 environ
12 13
13 configure.ac: 14 configure.ac:
14 AC_EGREP_CPP([notposix], [[ 15 AC_EGREP_CPP([notposix], [[
15 #if defined _MSC_VER || defined __MINGW32__ 16 #if defined _MSC_VER || defined __MINGW32__
16 notposix 17 notposix