mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-26 23:10:06 +00:00
m68k: fix namespace pollution
This commit is contained in:
parent
a72cc2b29d
commit
fb88ab40ac
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user