aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
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 /ChangeLog
parentedc218041ef05fde20a7f7e6b24033a72deedce1 (diff)
downloadglibc-374976dd138bd4d74608d5658c84c0e257716d0b.zip
glibc-374976dd138bd4d74608d5658c84c0e257716d0b.tar.gz
glibc-374976dd138bd4d74608d5658c84c0e257716d0b.tar.bz2
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 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4b3981f..df662af 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2012-03-16 David S. Miller <davem@davemloft.net>
+ [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.
+
* sysdeps/sparc/fpu/libm-test/ulps: Update.
2012-03-16 H.J. Lu <hongjiu.lu@intel.com>