summaryrefslogtreecommitdiffstats
path: root/src/H5private.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5private.h')
-rw-r--r--src/H5private.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5private.h b/src/H5private.h
index 41b9a16..65b37c3 100644
--- a/src/H5private.h
+++ b/src/H5private.h
@@ -571,6 +571,7 @@ typedef struct _stati64 h5_stat_t;
typedef struct stat h5_stat_t;
#endif
#define HDftell(F) ftell(F)
+#define HDftruncate(F,L) ftruncate(F,L)
#define HDfwrite(M,Z,N,F) fwrite(M,Z,N,F)
#define HDgetc(F) getc(F)
#define HDgetchar() getchar()