]> wimlib.net Git - wimlib/blobdiff - src/tagged_items.c
compiler.h: remove _aligned_attribute
[wimlib] / src / tagged_items.c
index 69eb6404a6a0ffc0547f81feb219d5cf8fa364e6..9343e02032444b3ebc1f8d43f4756a4afdcae4a2 100644 (file)
@@ -48,7 +48,7 @@ struct tagged_item_header {
        u8 data[0];
 
        /* then zero-padded to an 8-byte boundary */
-} _aligned_attribute(8);
+} __attribute__((aligned(8)));
 
 /*
  * Retrieve from @inode the first metadata item that is tagged with @tag and