summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_clang.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nxt_clang.h')
-rw-r--r--src/nxt_clang.h2
1 files changed, 2 insertions, 0 deletions
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_ */