summaryrefslogtreecommitdiffstats
path: root/src/H5FDsrb.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5FDsrb.c')
-rw-r--r--src/H5FDsrb.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/H5FDsrb.c b/src/H5FDsrb.c
index dadff6a..7071d8d 100644
--- a/src/H5FDsrb.c
+++ b/src/H5FDsrb.c
@@ -21,13 +21,7 @@ static hid_t H5FD_SRB_g = 0;
#ifdef H5_HAVE_SRB
-#ifdef H5_HAVE_LSEEK64
-# define file_offset_t off64_t
-# define file_seek lseek64
-#else
-# define file_offset_t off_t
-# define file_seek lseek
-#endif
+
/*
* These macros check for overflow of various quantities. These macros