diff options
Diffstat (limited to 'fortran/src/H5f90i.h')
-rw-r--r-- | fortran/src/H5f90i.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fortran/src/H5f90i.h b/fortran/src/H5f90i.h index 5d9ee76..29e302e 100644 --- a/fortran/src/H5f90i.h +++ b/fortran/src/H5f90i.h @@ -165,8 +165,8 @@ Please check your Makefile. #include <sys/stat.h> #define DF_MT DFMT_SUN typedef char *_fcd; -typedef int hsize_t_f; -typedef int hssize_t_f; +typedef long long hsize_t_f; +typedef long long hssize_t_f; typedef int size_t_f; typedef int int_f; typedef int hid_t_f; |