diff options
author | Joseph Myers <joseph@codesourcery.com> | 2015-01-02 18:30:32 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2015-01-02 18:30:32 +0000 |
commit | 27dae0113e527aa2a94350d1f624c6e7c81139ce (patch) | |
tree | 453c24be59658c0c48a0aa9222ee276fe5a242cb /NEWS | |
parent | 172019c0ecbf4714047e4ec233eab37628731d2b (diff) | |
download | glibc-27dae0113e527aa2a94350d1f624c6e7c81139ce.zip glibc-27dae0113e527aa2a94350d1f624c6e7c81139ce.tar.gz glibc-27dae0113e527aa2a94350d1f624c6e7c81139ce.tar.bz2 |
Fix MIPS sa_flags type (bug 17781).
sysdeps/unix/sysv/linux/mips/bits/sigaction.h gives sa_flags type
unsigned int, but POSIX says it should be signed int. This patch
gives it the correct type (the layout is unchanged, so there are no
ABI issues involved).
[BZ #17781]
* sysdeps/unix/sysv/linux/mips/bits/sigaction.h
(struct sigaction): Change type of sa_flags field to int.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ Version 2.21 17584, 17585, 17589, 17594, 17601, 17608, 17616, 17625, 17630, 17633, 17634, 17647, 17653, 17657, 17664, 17665, 17668, 17682, 17717, 17719, 17722, 17723, 17724, 17725, 17732, 17733, 17744, 17745, 17746, 17747, - 17775, 17780 + 17775, 17780, 17781 * i386 memcpy functions optimized with SSE2 unaligned load/store. |