diff options
author | David S. Miller <davem@davemloft.net> | 2012-03-16 19:28:51 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-03-16 19:28:51 -0700 |
commit | 374976dd138bd4d74608d5658c84c0e257716d0b (patch) | |
tree | fe923ac3e59dcc6ef45922b00a894beaa52c3481 /ChangeLog | |
parent | edc218041ef05fde20a7f7e6b24033a72deedce1 (diff) | |
download | glibc-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-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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> |