diff options
Diffstat (limited to 'libdislocator')
-rw-r--r-- | libdislocator/libdislocator.so.c | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/libdislocator/libdislocator.so.c b/libdislocator/libdislocator.so.c index 21cd6f43..a426c387 100644 --- a/libdislocator/libdislocator.so.c +++ b/libdislocator/libdislocator.so.c @@ -66,7 +66,13 @@ #if __STDC_VERSION__ < 201112L // use this hack if not C11 -typedef struct { long long __ll; long double __ld; } max_align_t; +typedef struct { + + long long __ll; + long double __ld; + +} max_align_t; + #endif #define ALLOC_ALIGN_SIZE (_Alignof(max_align_t)) |