This commit is contained in:
Mike Frysinger 2006-03-23 02:06:29 +00:00
parent ca8d0b029b
commit 64bef2ab9c

View File

@ -53,7 +53,7 @@
#ifndef ATTRIBUTE_PACKED #ifndef ATTRIBUTE_PACKED
#define ATTRIBUTE_PACKED __attribute__ ((__packed__)) #define ATTRIBUTE_PACKED __attribute__ ((__packed__))
#endif /* ATTRIBUTE_NORETURN */ #endif /* ATTRIBUTE_PACKED */
#ifndef ATTRIBUTE_ALIGNED #ifndef ATTRIBUTE_ALIGNED
#define ATTRIBUTE_ALIGNED(m) __attribute__ ((__aligned__(m))) #define ATTRIBUTE_ALIGNED(m) __attribute__ ((__aligned__(m)))