execute-tests: Fix compilation error on AIX in 32-bit mode.
commit698ca7249ffdbfe8d99757aea41ee97a96c3984f
authorBruno Haible <bruno@clisp.org>
Fri, 11 Dec 2020 10:47:30 +0000 (11 11:47 +0100)
committerBruno Haible <bruno@clisp.org>
Fri, 11 Dec 2020 10:47:30 +0000 (11 11:47 +0100)
tree5351e40eba69a2aef0af4c72c8424386cb5c58a6
parentd98fb93113776332b51dece972648a4e3fee2fcb
execute-tests: Fix compilation error on AIX in 32-bit mode.

* tests/test-execute-child.c: In order to get the original definition of
fstat, don't use '#undef fstat' and '#undef stat'. Instead, arrange to
include the system's <sys/stat.h> and use it before including other
header files.
ChangeLog
tests/test-execute-child.c