carl9170 tools: add attribute macros to host library file
authorChristian Lamparter <chunkeey@googlemail.com>
Thu, 1 Jan 2015 16:34:17 +0000 (17:34 +0100)
committerChristian Lamparter <chunkeey@googlemail.com>
Thu, 1 Jan 2015 16:34:17 +0000 (17:34 +0100)
The macros [__packed, __aligned(x), ...] are already defined
as part of newlib's sys/cdefs.h. However they are not part of
standard libc which is used to compile the host tools.

Signed-off-by: Christian Lamparter <chunkeey@googlemail.com>

No differences found