about summary refs log tree commit diff
path: root/NEWS
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2012-03-16 19:28:51 -0700
committerDavid S. Miller <davem@davemloft.net>2012-03-16 19:28:51 -0700
commit374976dd138bd4d74608d5658c84c0e257716d0b (patch)
treefe923ac3e59dcc6ef45922b00a894beaa52c3481 /NEWS
parentedc218041ef05fde20a7f7e6b24033a72deedce1 (diff)
downloadglibc-374976dd138bd4d74608d5658c84c0e257716d0b.tar.gz
glibc-374976dd138bd4d74608d5658c84c0e257716d0b.tar.xz
glibc-374976dd138bd4d74608d5658c84c0e257716d0b.zip
Fix SHMLBA on sparc.
	[BZ #6471]
	* sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
	properly.
	* sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
	* sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
	sysdep_routines when subdir is sysvipc.
	* sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
	__getshmlba helper.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS12
1 files changed, 6 insertions, 6 deletions
diff --git a/NEWS b/NEWS
index cc897dbf7f..5af4f68f06 100644
--- a/NEWS
+++ b/NEWS
@@ -11,12 +11,12 @@ Version 2.16
 
   174, 350, 411, 2541, 2547, 2548, 2551, 2552, 2553, 2554, 2562, 2563, 2565,
   2566, 2576, 3335, 3976, 3992, 4026, 4108, 4596, 4822, 5077, 5461, 5805,
-  5993, 6884, 6907, 6911, 9739, 9902, 10110, 10135, 10140, 10210, 10545,
-  10716, 11174, 11322, 11365, 11494, 12047, 13058, 13525, 13526, 13527,
-  13528, 13529, 13530, 13531, 13532, 13533, 13547, 13551, 13552, 13553,
-  13555, 13559, 13566, 13583, 13618, 13637, 13656, 13658, 13673, 13695,
-  13704, 13706, 13726, 13738, 13786, 13792, 13806, 13840, 13841, 13844,
-  13846, 13851, 13852, 13854
+  5993, 6471, 6884, 6907, 6911, 9739, 9902, 10110, 10135, 10140, 10210,
+  10545, 10716, 11174, 11322, 11365, 11494, 12047, 13058, 13525, 13526,
+  13527, 13528, 13529, 13530, 13531, 13532, 13533, 13547, 13551, 13552,
+  13553, 13555, 13559, 13566, 13583, 13618, 13637, 13656, 13658, 13673,
+  13695, 13704, 13706, 13726, 13738, 13786, 13792, 13806, 13840, 13841,
+  13844, 13846, 13851, 13852, 13854
 
 * ISO C11 support: