This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
[PATCH] Add missing Versions entry for sparc's __getshmlba.
- From: David Miller <davem at davemloft dot net>
- To: libc-alpha at sourceware dot org
- Date: Sat, 17 Mar 2012 17:29:39 -0700 (PDT)
- Subject: [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