]> git.proxmox.com Git - qemu.git/blobdiff - a.out.h
Use new macro QEMU_PACKED for packed structures
[qemu.git] / a.out.h
diff --git a/a.out.h b/a.out.h
index dfc104e606d9730c8f978f6b3d3da91dd85addad..33ca7f77eae0afc2f778b9f98d352743554ba294 100644 (file)
--- a/a.out.h
+++ b/a.out.h
@@ -151,7 +151,7 @@ struct external_lineno {
 #define E_FILNMLEN     14      /* # characters in a file name          */
 #define E_DIMNUM       4       /* # array dimensions in auxiliary entry */
 
-struct __attribute__((packed)) external_syment
+struct QEMU_PACKED external_syment
 {
   union {
     char e_name[E_SYMNMLEN];