diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2015-01-29 20:28:13 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2015-01-29 20:28:13 (GMT) |
commit | a3eb3ac3332c24f9af2d4c9ce9ab88aa958d35f9 (patch) | |
tree | f6c8046440213c2ad3367c153782fdc69f34b2f1 /tools/perform | |
parent | 682dcf403acdac33dd0aa059f24436212f428d0d (diff) | |
download | hdf5-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 'tools/perform')
-rw-r--r-- | tools/perform/sio_standalone.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/perform/sio_standalone.h b/tools/perform/sio_standalone.h index b2f8220..4eb1ded 100644 --- a/tools/perform/sio_standalone.h +++ b/tools/perform/sio_standalone.h @@ -87,7 +87,6 @@ #define HDatof(S) atof(S) #define HDatoi(S) atoi(S) #define HDatol(S) atol(S) -#define HDBSDgettimeofday(S,P) BSDgettimeofday(S,P) #define HDbsearch(K,B,N,Z,F) bsearch(K,B,N,Z,F) #define HDcalloc(N,Z) calloc(N,Z) #define HDceil(X) ceil(X) |