summaryrefslogtreecommitdiffstats
path: root/src/H5FDvfd_swmr_private.h
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2021-03-01 20:45:20 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2021-03-01 20:45:20 (GMT)
commit77f2b0b2071b976a42c41fbddad28ed7823675c2 (patch)
tree967dff385afae498d1d2acace2b6bd01519eadd3 /src/H5FDvfd_swmr_private.h
parent0e9f9a280af0e4944c18996beb6e110f48fe841e (diff)
downloadhdf5-77f2b0b2071b976a42c41fbddad28ed7823675c2.zip
hdf5-77f2b0b2071b976a42c41fbddad28ed7823675c2.tar.gz
hdf5-77f2b0b2071b976a42c41fbddad28ed7823675c2.tar.bz2
Fixes leading underscores in VFD SWMR include guards
Diffstat (limited to 'src/H5FDvfd_swmr_private.h')
-rw-r--r--src/H5FDvfd_swmr_private.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/H5FDvfd_swmr_private.h b/src/H5FDvfd_swmr_private.h
index 74a937f..d79ec94 100644
--- a/src/H5FDvfd_swmr_private.h
+++ b/src/H5FDvfd_swmr_private.h
@@ -9,8 +9,8 @@
* help@hdfgroup.org.
*/
-#ifndef _H5FDvfd_swmr_private_H
-#define _H5FDvfd_swmr_private_H
+#ifndef H5FDvfd_swmr_private_H
+#define H5FDvfd_swmr_private_H
#include "H5queue.h" /* for TAILQ_* */
#include "hlog.h" /* for TAILQ_* */
@@ -90,4 +90,4 @@ H5_DLL herr_t H5F_vfd_swmr_insert_entry_eot(struct H5F_t *f);
H5_DLL void H5F_vfd_swmr_update_entry_eot(eot_queue_entry_t *);
H5_DLL herr_t H5F_dump_eot_queue(void);
-#endif /* _H5FDvfd_swmr_private_H */
+#endif /* H5FDvfd_swmr_private_H */