]> git.ipfire.org Git - thirdparty/glibc.git/commit - ChangeLog
Fix MIPS sa_flags type (bug 17781).
authorJoseph Myers <joseph@codesourcery.com>
Fri, 2 Jan 2015 18:30:32 +0000 (18:30 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Fri, 2 Jan 2015 18:30:32 +0000 (18:30 +0000)
commit27dae0113e527aa2a94350d1f624c6e7c81139ce
tree453c24be59658c0c48a0aa9222ee276fe5a242cb
parent172019c0ecbf4714047e4ec233eab37628731d2b
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.
ChangeLog
NEWS
sysdeps/unix/sysv/linux/mips/bits/sigaction.h