summaryrefslogtreecommitdiffstats
path: root/testsuites/fstests/support/fstest_support.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/fstests/support/fstest_support.c')
-rw-r--r--testsuites/fstests/support/fstest_support.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/fstests/support/fstest_support.c b/testsuites/fstests/support/fstest_support.c
index 164ef7b79c..56526a949b 100644
--- a/testsuites/fstests/support/fstest_support.c
+++ b/testsuites/fstests/support/fstest_support.c
@@ -29,7 +29,7 @@
#include "fstest.h"
#include "pmacros.h"
-volatile void *prevent_compiler_optimizations;
+void *volatile prevent_compiler_optimizations;
/* Break out of a chroot() environment in C */
static void break_out_of_chroot(void)