summaryrefslogtreecommitdiffstats
path: root/test/vfd_swmr_common.h
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2021-03-02 22:30:01 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2021-03-02 22:30:01 (GMT)
commitae24b82f778579795395510aee52293f41b95aad (patch)
treea27af16a2db96eeff18401a163aa8c45f4eeb879 /test/vfd_swmr_common.h
parent69b2061d68aa85c8925c15a334fc5c3fb12e377f (diff)
parentdb95737047fbbf967d928bf9a693d470884f4890 (diff)
downloadhdf5-ae24b82f778579795395510aee52293f41b95aad.zip
hdf5-ae24b82f778579795395510aee52293f41b95aad.tar.gz
hdf5-ae24b82f778579795395510aee52293f41b95aad.tar.bz2
Brings MacOS fixes from main feature branch
Diffstat (limited to 'test/vfd_swmr_common.h')
-rw-r--r--test/vfd_swmr_common.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/vfd_swmr_common.h b/test/vfd_swmr_common.h
index 761a706..d96983a 100644
--- a/test/vfd_swmr_common.h
+++ b/test/vfd_swmr_common.h
@@ -11,8 +11,8 @@
* help@hdfgroup.org. *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
-#ifndef _VFD_SWMR_COMMON_H
-#define _VFD_SWMR_COMMON_H
+#ifndef VFD_SWMR_COMMON_H
+#define VFD_SWMR_COMMON_H
/***********/
/* Headers */
@@ -93,4 +93,4 @@ H5TEST_DLL int fetch_env_ulong(const char *, unsigned long, unsigned long *);
extern int verbosity;
-#endif /* _SWMR_COMMON_H */
+#endif /* SWMR_COMMON_H */