diff options
Diffstat (limited to 'src/H5.c')
-rw-r--r-- | src/H5.c | 9 |
1 files changed, 1 insertions, 8 deletions
@@ -31,17 +31,10 @@ #include "H5FDmpio.h" /* we need this for the struct rusage declaration */ -#if defined(H5_HAVE_GETRUSAGE) && defined(linux) +#if defined(H5_HAVE_GETRUSAGE) && defined(H5_HAVE_SYS_RESOURCE_H) # include <sys/resource.h> #endif -/* We need this on Irix64 even though we've included stdio.h as documented */ -#ifdef FIXME_ON_IRIX_THEN -#if !defined __MWERKS__ -FILE *fdopen(int fd, const char *mode); -#endif -#endif /* FIXME_ON_IRIX_THEN */ - #define PABLO_MASK H5_mask /* statically initialize block for pthread_once call used in initializing */ |