projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca8d0b0
)
fix typo
author
Mike Frysinger
<vapier@gentoo.org>
Thu, 23 Mar 2006 02:06:29 +0000
(
02:06
-0000)
committer
Mike Frysinger
<vapier@gentoo.org>
Thu, 23 Mar 2006 02:06:29 +0000
(
02:06
-0000)
include/platform.h
patch
|
blob
|
history
diff --git
a/include/platform.h
b/include/platform.h
index a1991697080971a45c2527812c54565d4720582a..f51274480edaf978589d500cba6acfde042fed69 100644
(file)
--- a/
include/platform.h
+++ b/
include/platform.h
@@
-53,7
+53,7
@@
#ifndef ATTRIBUTE_PACKED
#define ATTRIBUTE_PACKED __attribute__ ((__packed__))
-#endif /* ATTRIBUTE_
NORETURN
*/
+#endif /* ATTRIBUTE_
PACKED
*/
#ifndef ATTRIBUTE_ALIGNED
#define ATTRIBUTE_ALIGNED(m) __attribute__ ((__aligned__(m)))