aboutsummaryrefslogtreecommitdiff
path: root/coreutils/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/test.c')
-rw-r--r--coreutils/test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/coreutils/test.c b/coreutils/test.c
index 22dadac0e..2f5b6b8a1 100644
--- a/coreutils/test.c
+++ b/coreutils/test.c
@@ -180,6 +180,7 @@ static struct statics *const ptr_to_statics __attribute__ ((section (".data")));
180 180
181#define INIT_S() do { \ 181#define INIT_S() do { \
182 (*(struct statics**)&ptr_to_statics) = xzalloc(sizeof(S)); \ 182 (*(struct statics**)&ptr_to_statics) = xzalloc(sizeof(S)); \
183 barrier(); \
183} while (0) 184} while (0)
184#define DEINIT_S() do { \ 185#define DEINIT_S() do { \
185 free(ptr_to_statics); \ 186 free(ptr_to_statics); \