1_1_stable
Mike Frysinger 2006-03-23 02:06:29 +00:00
parent ca8d0b029b
commit 64bef2ab9c
1 changed files with 1 additions and 1 deletions

View File

@ -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)))