Move remote_fileio_to_fio_stat to gdb/common
[deliverable/binutils-gdb.git] / gdb / gdbserver / configure.ac
index 0381aa986df9e851c77aafd2d64a3f77afd06590..34af269fd856ddacf12f26b5486386e4c6b8f3f9 100644 (file)
@@ -226,6 +226,8 @@ libiberty_INIT
 
 AC_CHECK_DECLS([strerror, perror, vasprintf, vsnprintf])
 
+AC_CHECK_MEMBERS([struct stat.st_blocks, struct stat.st_blksize])
+
 AC_CHECK_TYPES(socklen_t, [], [],
 [#include <sys/types.h>
 #include <sys/socket.h>
This page took 0.02287 seconds and 4 git commands to generate.