summaryrefslogtreecommitdiffstats
path: root/src/H5Eprivate.h
diff options
context:
space:
mode:
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); \