This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/17781] [mips] sa_flags type incorrect


https://sourceware.org/bugzilla/show_bug.cgi?id=17781

--- Comment #1 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  27dae0113e527aa2a94350d1f624c6e7c81139ce (commit)
      from  172019c0ecbf4714047e4ec233eab37628731d2b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=27dae0113e527aa2a94350d1f624c6e7c81139ce

commit 27dae0113e527aa2a94350d1f624c6e7c81139ce
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Fri Jan 2 18:30:32 2015 +0000

    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.

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                                     |    4 ++++
 NEWS                                          |    2 +-
 sysdeps/unix/sysv/linux/mips/bits/sigaction.h |    2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]