diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2014-05-25 05:55:39 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2014-05-25 05:55:39 (GMT) |
commit | 60f8a4100e2e0b221ab291a99167350299dbbe1b (patch) | |
tree | 4a98a09051a98e25d45c902d0ec92fe86f957970 /perform | |
parent | a8b48bc7f5355b951b30bc656f7c7c03b69c0329 (diff) | |
download | hdf5-60f8a4100e2e0b221ab291a99167350299dbbe1b.zip hdf5-60f8a4100e2e0b221ab291a99167350299dbbe1b.tar.gz hdf5-60f8a4100e2e0b221ab291a99167350299dbbe1b.tar.bz2 |
[svn-r25215] Description:
Bring changes from Coverity branch back to trunk:
r20914:
Use HDstrncpy and HDstrncat! --gh
20915:
Use HDstrncpy and HDstrncat! --gh
Tested on:
Mac OSX/64 10.9.3 (amazon) w/gcc 4.9.0, C++, FORTRAN & parallel
(too minor to require h5committest)
Diffstat (limited to 'perform')
-rw-r--r-- | perform/sio_standalone.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perform/sio_standalone.h b/perform/sio_standalone.h index b407ecb..b2f8220 100644 --- a/perform/sio_standalone.h +++ b/perform/sio_standalone.h @@ -79,6 +79,7 @@ #endif /* H5_HAVE_ALARM */ #define HDasctime(T) asctime(T) #define HDasin(X) asin(X) +#define HDasprintf asprintf /*varargs*/ #define HDassert(X) assert(X) #define HDatan(X) atan(X) #define HDatan2(X,Y) atan2(X,Y) |