diff options
Diffstat (limited to 'coreutils/test.c')
-rw-r--r-- | coreutils/test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/test.c b/coreutils/test.c index 868ffbecb..a08986130 100644 --- a/coreutils/test.c +++ b/coreutils/test.c | |||
@@ -411,7 +411,7 @@ extern struct test_statics *const test_ptr_to_statics; | |||
411 | #define leaving (S.leaving ) | 411 | #define leaving (S.leaving ) |
412 | 412 | ||
413 | #define INIT_S() do { \ | 413 | #define INIT_S() do { \ |
414 | (*(struct test_statics**)&test_ptr_to_statics) = xzalloc(sizeof(S)); \ | 414 | (*(struct test_statics**)not_const_pp(&test_ptr_to_statics)) = xzalloc(sizeof(S)); \ |
415 | barrier(); \ | 415 | barrier(); \ |
416 | } while (0) | 416 | } while (0) |
417 | #define DEINIT_S() do { \ | 417 | #define DEINIT_S() do { \ |