diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-03-23 02:06:29 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-03-23 02:06:29 +0000 |
commit | 64bef2ab9ca5c9a19abfef76370b5f0f60e06baf (patch) | |
tree | 5d65d25a003fbe4ba1472433035bd0ee741c53f6 | |
parent | ca8d0b029bfe43ae7f168bb6a0cc8a0b42f03be0 (diff) | |
download | busybox-w32-64bef2ab9ca5c9a19abfef76370b5f0f60e06baf.tar.gz busybox-w32-64bef2ab9ca5c9a19abfef76370b5f0f60e06baf.tar.bz2 busybox-w32-64bef2ab9ca5c9a19abfef76370b5f0f60e06baf.zip |
fix typo
-rw-r--r-- | include/platform.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/platform.h b/include/platform.h index a19916970..f51274480 100644 --- a/include/platform.h +++ b/include/platform.h | |||
@@ -53,7 +53,7 @@ | |||
53 | 53 | ||
54 | #ifndef ATTRIBUTE_PACKED | 54 | #ifndef ATTRIBUTE_PACKED |
55 | #define ATTRIBUTE_PACKED __attribute__ ((__packed__)) | 55 | #define ATTRIBUTE_PACKED __attribute__ ((__packed__)) |
56 | #endif /* ATTRIBUTE_NORETURN */ | 56 | #endif /* ATTRIBUTE_PACKED */ |
57 | 57 | ||
58 | #ifndef ATTRIBUTE_ALIGNED | 58 | #ifndef ATTRIBUTE_ALIGNED |
59 | #define ATTRIBUTE_ALIGNED(m) __attribute__ ((__aligned__(m))) | 59 | #define ATTRIBUTE_ALIGNED(m) __attribute__ ((__aligned__(m))) |