Add missing Versions entry for sparc's __getshmlba.

[BZ #6471]
	* sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
	for 2.16.
This commit is contained in:
David S. Miller 2012-03-17 15:55:27 -07:00
parent 77e927affd
commit 90b80344c6
2 changed files with 8 additions and 0 deletions

View File

@ -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

View File

@ -26,6 +26,8 @@ libc {
GLIBC_2.16 {
#errlist-compat 136
_sys_errlist; sys_errlist; _sys_nerr; sys_nerr;
__getshmlba;
}
}
librt {