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/21625] wait3 namespace


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

--- 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  bf15120dd7860ac976f22e20fa386d8bf73c70e7 (commit)
      from  4add86749a31f302674599b69d2eea691d69341a (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=bf15120dd7860ac976f22e20fa386d8bf73c70e7

commit bf15120dd7860ac976f22e20fa386d8bf73c70e7
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Mon Jun 19 16:39:17 2017 +0000

    Fix wait3 namespace (bug 21625).

    The wait3 function was removed in the 2001 edition of POSIX.
    sys/wait.h wrongly declares it for the 2001 and 2008 editions of POSIX
    when XSI features are enabled.  This patch fixes the conditionals.

    Tested for x86_64.

        [BZ #21625]
        * posix/sys/wait.h (strust rusage forward declaration): Change
        [__USE_XOPEN_EXTENDED] conditional to [__USE_XOPEN_EXTENDED &&
        !__USE_XOPEN2K].
        (wait3): Likewise.

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

Summary of changes:
 ChangeLog        |    6 ++++++
 posix/sys/wait.h |    3 ++-
 2 files changed, 8 insertions(+), 1 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]