summaryrefslogtreecommitdiffstats
path: root/src/H5Eprivate.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2005-08-04 05:58:34 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2005-08-04 05:58:34 (GMT)
commita80d0f1e83031ca29574777ee3874d89cdd2dbb1 (patch)
tree42a6b8f5959ec5809578f210d3ffb24b97a27c4b /src/H5Eprivate.h
parente47d1d053efb2ca38a54d5ed21d209b3576961b2 (diff)
downloadhdf5-a80d0f1e83031ca29574777ee3874d89cdd2dbb1.zip
hdf5-a80d0f1e83031ca29574777ee3874d89cdd2dbb1.tar.gz
hdf5-a80d0f1e83031ca29574777ee3874d89cdd2dbb1.tar.bz2
[svn-r11196] Purpose:
Code tweak Description: Add in a couple of minor changes from Elena's version of pushing the system error information on the error stack. Platforms tested: FreeBSD 4.11 (sleipnir) Too minor to require h5committest
Diffstat (limited to 'src/H5Eprivate.h')
-rw-r--r--src/H5Eprivate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Eprivate.h b/src/H5Eprivate.h
index c5c546a..a1d8f0b 100644
--- a/src/H5Eprivate.h
+++ b/src/H5Eprivate.h
@@ -127,7 +127,7 @@ H5_DLL herr_t H5E_dump_api_stack(int is_api);
* stack.
*/
#define HSYS_ERROR(errnum){ \
- HERROR(H5E_INTERNAL, H5E_SYSERRSTR, strerror(errnum)); \
+ HERROR(H5E_INTERNAL, H5E_SYSERRSTR, HDstrerror(errnum)); \
}
#define HSYS_DONE_ERROR(majorcode, minorcode, retcode, str){ \
HSYS_ERROR(errno); \