]> wimlib.net Git - wimlib/blobdiff - include/wimlib/compiler.h
compiler.h: remove _packed_attribute
[wimlib] / include / wimlib / compiler.h
index 2013cd12b100c2c49e4bda5efb77647bb3222af4..612c058c560cf812461b0bdae82f50cc0a221417 100644 (file)
 /* Prefetch into L1 cache for write.  */
 #define prefetchw(addr)                __builtin_prefetch((addr), 1)
 
-/* Declare that the members of the annotated struct are tightly packed, and the
- * struct itself may be misaligned.  */
-#define _packed_attribute      __attribute__((packed))
-
 /* Declare that pointers to the annotated type may alias other pointers.  */
 #define _may_alias_attribute   __attribute__((may_alias))