From 61008a7c0b45fe55f3f611c61f81e569e6baee30 Mon Sep 17 00:00:00 2001 From: Max Romanov Date: Fri, 7 Jul 2017 16:01:34 +0300 Subject: Cosmetic changes to remove some annoying valgrind messages. --- src/nxt_clang.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/nxt_clang.h') diff --git a/src/nxt_clang.h b/src/nxt_clang.h index b69dd6af..65bd7940 100644 --- a/src/nxt_clang.h +++ b/src/nxt_clang.h @@ -230,4 +230,6 @@ nxt_trunc_ptr(p, a) \ (u_char *) ((uintptr_t) (p) & ~((uintptr_t) (a) - 1)) +#define NXT_PACKED __attribute__((packed)) + #endif /* _NXT_CLANG_H_INCLUDED_ */ -- cgit