[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[commits] r12598 - /fsf/glibc-2_12-branch/ports/sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h



Author: eglibc
Date: Wed Jan 19 00:06:04 2011
New Revision: 12598

Log:
Import glibc-ports-2.12 for 2011-01-19

Modified:
    fsf/glibc-2_12-branch/ports/sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h

Modified: fsf/glibc-2_12-branch/ports/sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h
==============================================================================
--- fsf/glibc-2_12-branch/ports/sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h (original)
+++ fsf/glibc-2_12-branch/ports/sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h Wed Jan 19 00:06:04 2011
@@ -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;