m68k: fix namespace pollution
This commit is contained in:
parent
a72cc2b29d
commit
fb88ab40ac
@ -32,5 +32,5 @@
|
|||||||
typedef union
|
typedef union
|
||||||
{
|
{
|
||||||
char __size[__SIZEOF_SEM_T];
|
char __size[__SIZEOF_SEM_T];
|
||||||
long int __align __attribute__ ((aligned (4)));
|
long int __align __attribute__ ((__aligned__ (4)));
|
||||||
} sem_t;
|
} sem_t;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user