1
1
openmpi/ompi/mca/io
William Throwe 80bb41a079 ROMIO configure looks for lstat in wrong header
ROMIO configure looks for lstat in wrong header

The ROMIO configure script checks for a declaration of lstat in
unistd.h, but, at least on the Linux machines I checked, lstat is in
sys/stat.h.  (The detection failure led to a linker error when building
ROMIO as part of OpenMPI on one of my admittedly strangely configured
machines, somehow.)  It appears from the man page that either location
is possible, so check both.

(cherry picked from mpich/mpich@7b8bd055df)

Signed-off-by: Rob Latham <robl@mcs.anl.gov>
Signed-off-by: Nathan Hjelm <hjelmn@lanl.gov>
2015-09-23 11:56:53 -06:00
..
base io: do not cast way the const modifier when this is not necessary 2015-09-09 09:18:58 +09:00
ompio this file should have been part of the previous commit. for removeing io_ompio_nbc.[ch] 2015-09-18 09:28:25 -05:00
romio314 ROMIO configure looks for lstat in wrong header 2015-09-23 11:56:53 -06:00
configure.m4 Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
io.h io: do not cast way the const modifier when this is not necessary 2015-09-09 09:18:58 +09:00
Makefile.am Purge whitespace from the repo 2015-06-23 20:59:57 -07:00