summaryrefslogtreecommitdiffstats
path: root/src/H5private.h
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2015-01-29 20:28:13 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2015-01-29 20:28:13 (GMT)
commita3eb3ac3332c24f9af2d4c9ce9ab88aa958d35f9 (patch)
treef6c8046440213c2ad3367c153782fdc69f34b2f1 /src/H5private.h
parent682dcf403acdac33dd0aa059f24436212f428d0d (diff)
downloadhdf5-a3eb3ac3332c24f9af2d4c9ce9ab88aa958d35f9.zip
hdf5-a3eb3ac3332c24f9af2d4c9ce9ab88aa958d35f9.tar.gz
hdf5-a3eb3ac3332c24f9af2d4c9ce9ab88aa958d35f9.tar.bz2
[svn-r26075] Removed (HD)BSDtimeofday and H5_HAVE_BSDGETTIMEOFDAY. This is an obsolete
system call from Irix 5.3. Part of HDFFV-9085 Tested on: jam
Diffstat (limited to 'src/H5private.h')
-rw-r--r--src/H5private.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/H5private.h b/src/H5private.h
index e7de94b..445e919 100644
--- a/src/H5private.h
+++ b/src/H5private.h
@@ -570,9 +570,6 @@ typedef struct {
#ifndef HDatol
#define HDatol(S) atol(S)
#endif /* HDatol */
-#ifndef HDBSDgettimeofday
- #define HDBSDgettimeofday(S,P) BSDgettimeofday(S,P)
-#endif /* HDBSDgettimeofday */
#ifndef HDbsearch
#define HDbsearch(K,B,N,Z,F) bsearch(K,B,N,Z,F)
#endif /* HDbsearch */