]> git.proxmox.com Git - qemu.git/blobdiff - a.out.h
qcow2: lock on prealloc
[qemu.git] / a.out.h
diff --git a/a.out.h b/a.out.h
index 2d35ebfd873b982a9272390dc4c9ac7435141487..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];
@@ -428,4 +428,3 @@ typedef struct
 #endif
 
 #endif /* _A_OUT_H_ */
-