aboutsummaryrefslogtreecommitdiffstats
path: root/a.out.h
diff options
context:
space:
mode:
Diffstat (limited to 'a.out.h')
-rw-r--r--a.out.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/a.out.h b/a.out.h
index dfc104e60..33ca7f77e 100644
--- 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];