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/20044] unistd.h missing pthread_atfork for UNIX98


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

--- 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  46c1ffa4d50ec6a11fb845708a94f107fdb765d2 (commit)
      from  b9eca49e378d183ddf418f5deae1f389cd31dc28 (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=46c1ffa4d50ec6a11fb845708a94f107fdb765d2

commit 46c1ffa4d50ec6a11fb845708a94f107fdb765d2
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Tue May 10 14:57:58 2016 +0000

    Declare pthread_atfork in unistd.h for UNIX98 (bug 20044).

    For UNIX98 (only), unistd.h should declare pthread_atfork, but that
    declaration is missing.  This patch adds it.

    Tested for x86_64 and x86 (testsuite, and that installed stripped
    shared libraries are unchanged by the patch).

        [BZ #20044]
        * posix/unistd.h [__USE_UNIX98 && !__USE_XOPEN2K]
        (pthread_atfork): New prototype.
        * conform/Makefile (test-xfail-UNIX98/unistd.h/conform): Remove
        variable.

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

Summary of changes:
 ChangeLog        |    6 ++++++
 conform/Makefile |    1 -
 posix/unistd.h   |    9 +++++++++
 3 files changed, 15 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]