summaryrefslogtreecommitdiffstats
path: root/src/H5private.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5private.h')
-rw-r--r--src/H5private.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/H5private.h b/src/H5private.h
index 5663c00..8cc5218 100644
--- a/src/H5private.h
+++ b/src/H5private.h
@@ -612,14 +612,8 @@ typedef off_t h5_stat_size_t;
#define HDoff_t off_t
#endif
-/* Redefine all the POSIX and C functions. We should never see an
- * undecorated POSIX or C function (or any other non-HDF5 function)
- * in the source.
- */
+/* Redefinions of some POSIX and C functions (mainly to deal with Windows) */
-#ifndef HDabort
-#define HDabort() abort()
-#endif
#ifndef HDaccess
#define HDaccess(F, M) access(F, M)
#endif