This is the mail archive of the libc-alpha@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]

[PATCH] Add missing Versions entry for sparc's __getshmlba.


I overlooked this the other day.

	[BZ #6471]
	* sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
	for 2.16.
---
 ChangeLog                              |    6 ++++++
 sysdeps/unix/sysv/linux/sparc/Versions |    2 ++
 2 files changed, 8 insertions(+), 0 deletions(-)

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 {
-- 
1.7.9.1


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