With glibc 2.5 one must have #define _XOPEN_SOURCE >= 500 to use wait. But reading glibc code this is actually needed only if stdlib.h was included before sys/wait.h. This was the case here through openblas_utest.h. So changing include fix compilation on RHEL5 and should ne hurt with more recent distro. * Problem found when using with gcc 5.5 and 4.7.2 on RHEL5/CENTOS5 * Fix #1519 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
Makefile | ||
ctest.h | ||
openblas_utest.h | ||
test_amax.c | ||
test_axpy.c | ||
test_dotu.c | ||
test_dsdot.c | ||
test_fork.c | ||
test_potrs.c | ||
test_rot.c | ||
test_rotmg.c | ||
test_swap.c | ||
utest_main.c | ||
utest_main2.c |