]> wimlib.net Git - wimlib/blobdiff - include/wimlib/xattr.h
compiler.h: remove _aligned_attribute
[wimlib] / include / wimlib / xattr.h
index 2d297245aaf3a808115989d05d21d885fd876b3c..13fb21b8bf526327f1090b925e1401fc0cb5cdf6 100644 (file)
@@ -98,7 +98,7 @@ struct wimlib_xattr_entry_old {
        /* u8 value[0]; */
 
        /* then zero-padded to a 4-byte boundary */
-} _aligned_attribute(4);
+} __attribute__((aligned(4)));
 
 static inline size_t
 old_xattr_entry_size(const struct wimlib_xattr_entry_old *entry)