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/19613] s390x (64 bit) macro expansion WCOREDUMP and others


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

--- Comment #2 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  b49ab5f4503f36dcbf43f821f817da66b2931fe6 (commit)
      from  5f5682b9654101ccaf375c2814cbddbe6033a725 (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=b49ab5f4503f36dcbf43f821f817da66b2931fe6

commit b49ab5f4503f36dcbf43f821f817da66b2931fe6
Author: Florian Weimer <fweimer@redhat.com>
Date:   Thu Apr 14 08:54:57 2016 +0200

    Remove union wait [BZ #19613]

    The overloading approach in the W* macros was incompatible with
    integer expressions of a type different from int.  Applications
    using union wait and these macros will have to migrate to the
    POSIX-specified int status type.

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

Summary of changes:
 ChangeLog                      |   31 ++++++++++++++++++++
 NEWS                           |    4 ++
 bits/waitstatus.h              |   46 ------------------------------
 include/sys/wait.h             |    6 ++--
 manual/process.texi            |   48 ++++---------------------------
 posix/sys/wait.h               |   61 +++++++--------------------------------
 posix/wait.c                   |    2 +-
 posix/wait3.c                  |    2 +-
 posix/wait4.c                  |    3 +-
 stdlib/stdlib.h                |   53 ++++------------------------------
 sysdeps/mach/hurd/wait4.c      |    3 +-
 sysdeps/posix/wait.c           |    2 +-
 sysdeps/posix/wait3.c          |    2 +-
 sysdeps/unix/bsd/wait.c        |    2 +-
 sysdeps/unix/bsd/wait3.c       |    2 +-
 sysdeps/unix/bsd/waitpid.c     |    2 +-
 sysdeps/unix/sysv/linux/wait.c |    2 +-
 17 files changed, 72 insertions(+), 199 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]