From fb88ab40aced6ba45d82321b32b43fd2ecdaa11c Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Tue, 18 Jan 2011 12:18:31 +0100 Subject: [PATCH] m68k: fix namespace pollution --- sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h b/sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h index baaa9eb..1648e92 100644 --- a/sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h +++ b/sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h @@ -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; -- 2.7.4