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]

GNU C Library master sources branch, master, updated. glibc-2.15-424-g90b8034


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 "GNU C Library master sources".

The branch, master has been updated
       via  90b80344c617b465c731b3db1deefea3fa1172d6 (commit)
      from  77e927affd576fcbb751144f60b098b7f0427045 (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.git;a=commitdiff;h=90b80344c617b465c731b3db1deefea3fa1172d6

commit 90b80344c617b465c731b3db1deefea3fa1172d6
Author: David S. Miller <davem@davemloft.net>
Date:   Sat Mar 17 15:55:27 2012 -0700

    Add missing Versions entry for sparc's __getshmlba.
    
    	[BZ #6471]
    	* sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
    	for 2.16.

diff --git a/ChangeLog b/ChangeLog
index c58e919..33fc15a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2012-03-17  David S. Miller  <davem@davemloft.net>
+
+	[BZ #6471]
+	* sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
+	for 2.16.
+
 2012-03-16  David S. Miller  <davem@davemloft.net>
 
 	* sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
diff --git a/sysdeps/unix/sysv/linux/sparc/Versions b/sysdeps/unix/sysv/linux/sparc/Versions
index 3da1a25..5d31d1d 100644
--- a/sysdeps/unix/sysv/linux/sparc/Versions
+++ b/sysdeps/unix/sysv/linux/sparc/Versions
@@ -26,6 +26,8 @@ libc {
   GLIBC_2.16 {
     #errlist-compat	136
     _sys_errlist; sys_errlist; _sys_nerr; sys_nerr;
+
+    __getshmlba;
   }
 }
 librt {

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

Summary of changes:
 ChangeLog                              |    6 ++++++
 sysdeps/unix/sysv/linux/sparc/Versions |    2 ++
 2 files changed, 8 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


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