Skip to content

Commit

Permalink
Add missing Versions entry for sparc's __getshmlba.
Browse files Browse the repository at this point in the history
	[BZ #6471]
	* sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
	for 2.16.
  • Loading branch information
David S. Miller committed Mar 17, 2012
1 parent 77e927a commit 90b8034
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 2 additions & 0 deletions sysdeps/unix/sysv/linux/sparc/Versions
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ libc {
GLIBC_2.16 {
#errlist-compat 136
_sys_errlist; sys_errlist; _sys_nerr; sys_nerr;

__getshmlba;
}
}
librt {
Expand Down

0 comments on commit 90b8034

Please sign in to comment.