summaryrefslogtreecommitdiffstats
path: root/test/vfd_swmr_common.h
diff options
context:
space:
mode:
authorraylu-hdf <60487644+raylu-hdf@users.noreply.github.com>2021-03-05 16:05:41 (GMT)
committerGitHub <noreply@github.com>2021-03-05 16:05:41 (GMT)
commit9835edcdad2cfb567c7d8af98e8dbbaa4e712eca (patch)
tree2bf92f9d0387f909711c7653381984a9482d401c /test/vfd_swmr_common.h
parent8e14c386aaa9e09dd9bc7d2b28995ff73b1a9903 (diff)
parent84b31b5a558bdc816e91c414f98155bf72ae1502 (diff)
downloadhdf5-9835edcdad2cfb567c7d8af98e8dbbaa4e712eca.zip
hdf5-9835edcdad2cfb567c7d8af98e8dbbaa4e712eca.tar.gz
hdf5-9835edcdad2cfb567c7d8af98e8dbbaa4e712eca.tar.bz2
Merge branch 'feature/vfd_swmr' into raylu_zoo_test
Diffstat (limited to 'test/vfd_swmr_common.h')
-rw-r--r--test/vfd_swmr_common.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/test/vfd_swmr_common.h b/test/vfd_swmr_common.h
index 90c0f36..b798328 100644
--- a/test/vfd_swmr_common.h
+++ b/test/vfd_swmr_common.h
@@ -11,14 +11,13 @@
* help@hdfgroup.org. *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
-#ifndef _VFD_SWMR_COMMON_H
-#define _VFD_SWMR_COMMON_H
+#ifndef VFD_SWMR_COMMON_H
+#define VFD_SWMR_COMMON_H
/***********/
/* Headers */
/***********/
-#include <stdarg.h>
#include "h5test.h"
/**********/
@@ -95,4 +94,4 @@ H5TEST_DLL int fetch_env_ulong(const char *, unsigned long, unsigned long *);
extern int verbosity;
-#endif /* _SWMR_COMMON_H */
+#endif /* SWMR_COMMON_H */