This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Community source repository for glibc add-on ports branch, release/2.12/master, updated. glibc-2.12.2-2-g15ca232


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Community source repository for glibc add-on ports".

The branch, release/2.12/master has been updated
       via  15ca23265110c5c457976f93c239ee3deb3fadeb (commit)
      from  54ee77fce3112eac827c268ba23f8e68c4e45201 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sources.redhat.com/git/gitweb.cgi?p=glibc-ports.git;a=commitdiff;h=15ca23265110c5c457976f93c239ee3deb3fadeb

commit 15ca23265110c5c457976f93c239ee3deb3fadeb
Author: Andreas Schwab <schwab@linux-m68k.org>
Date:   Tue Jan 18 12:18:31 2011 +0100

    m68k: fix namespace pollution
    (cherry picked from commit fb88ab40aced6ba45d82321b32b43fd2ecdaa11c)

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;

-----------------------------------------------------------------------

Summary of changes:
 sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Community source repository for glibc add-on ports


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]