m68k: fix namespace pollution

This commit is contained in:
Andreas Schwab 2011-01-18 12:18:31 +01:00
parent a72cc2b29d
commit fb88ab40ac
1 changed files with 1 additions and 1 deletions

View File

@ -32,5 +32,5 @@
typedef union
{
char __size[__SIZEOF_SEM_T];
long int __align __attribute__ ((aligned (4)));
long int __align __attribute__ ((__aligned__ (4)));
} sem_t;