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/16967] sa_flags has the wrong type


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

--- 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  de9d8f2098caeb19684710a3c0774f4fe38a5e2c (commit)
       via  4c0a1e6392fc9f667dba272dc13d94dc5c54813e (commit)
       via  57cce7060a755300273373d3256d6233d73ca013 (commit)
      from  a60339aaff82beadea6f580e587d64052cb5e3b8 (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=de9d8f2098caeb19684710a3c0774f4fe38a5e2c

commit de9d8f2098caeb19684710a3c0774f4fe38a5e2c
Author: Richard Henderson <rth@twiddle.net>
Date:   Tue May 20 07:15:46 2014 -0700

    alpha: fix sa_flags type (BZ 16967)

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=4c0a1e6392fc9f667dba272dc13d94dc5c54813e

commit 4c0a1e6392fc9f667dba272dc13d94dc5c54813e
Author: Richard Henderson <rth@twiddle.net>
Date:   Tue May 20 06:59:52 2014 -0700

    alpha: Remove bits/siginfo.h (BZ 16966)

    Using the default header instead.  This matches the kernel, which also
    uses the generic header.  Fixes the sys/wait.h conform issue, where
    si_band had the wrong type.

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=57cce7060a755300273373d3256d6233d73ca013

commit 57cce7060a755300273373d3256d6233d73ca013
Author: Richard Henderson <rth@twiddle.net>
Date:   Sun May 18 22:09:30 2014 -0700

    alpha: Define ELF_MACHINE_NO_RELA

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

Summary of changes:
 ChangeLog                                      |   11 +
 NEWS                                           |    2 +-
 sysdeps/alpha/dl-machine.h                     |    1 +
 sysdeps/unix/sysv/linux/alpha/bits/sigaction.h |    2 +-
 sysdeps/unix/sysv/linux/alpha/bits/siginfo.h   |  333 ------------------------
 5 files changed, 14 insertions(+), 335 deletions(-)
 delete mode 100644 sysdeps/unix/sysv/linux/alpha/bits/siginfo.h

-- 
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]