mirror of
git://sourceware.org/git/glibc.git
synced 2025-01-06 12:00:24 +08:00
27dae0113e
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. |
||
---|---|---|
.. | ||
linux |