summaryrefslogtreecommitdiffstats
path: root/src/H5.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5.c')
-rw-r--r--src/H5.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/H5.c b/src/H5.c
index d31df68..c0b4221 100644
--- a/src/H5.c
+++ b/src/H5.c
@@ -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 */