Cosmetic changes to remove some annoying valgrind messages.

This commit is contained in:
Max Romanov
2017-07-07 16:01:34 +03:00
parent 264ae98d49
commit 61008a7c0b
3 changed files with 12 additions and 2 deletions

View File

@@ -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_ */