fix typo
This commit is contained in:
parent
ca8d0b029b
commit
64bef2ab9c
1 changed files with 1 additions and 1 deletions
|
@ -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)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue