commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] POSIX threading library branch, master, updated. 5396c1d55933adce6


From: Samuel Thibault
Subject: [SCM] POSIX threading library branch, master, updated. 5396c1d55933adce68891e000d10ecb8ed168caa
Date: Sat, 21 Sep 2013 21:40:32 +0000

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 "POSIX threading library".

The branch, master has been updated
       via  5396c1d55933adce68891e000d10ecb8ed168caa (commit)
       via  1b99b0ffaf09cd7500c9390704ed56be47882d70 (commit)
      from  b9eb71a78f15f5f889114fb1f5393be74789039d (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 -----------------------------------------------------------------
commit 5396c1d55933adce68891e000d10ecb8ed168caa
Merge: 1b99b0f b9eb71a
Author: Samuel Thibault <address@hidden>
Date:   Sat Sep 21 23:40:27 2013 +0200

    Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/libpthread

commit 1b99b0ffaf09cd7500c9390704ed56be47882d70
Author: Samuel Thibault <address@hidden>
Date:   Sat Sep 21 23:35:41 2013 +0200

    Add pthread_atfork support
    
    * Versions (libc): Add __register_atfork with GLIBC_PRIVATE version.
    * forward.c: Include <errno.h>
    (atfork): New structure.
    (atfork_lock): New mutex.
    (fork_handlers, fork_last_handler): New variables.
    (atfork_pthread_prepare, atfork_pthread_parent, atfork_pthread_child): New
    atfork hooks
    (__register_atfork): New function.
    * sysdeps/generic/pt-atfork.c (pthread_atfork): Call __register_atfork.

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

Summary of changes:
 Versions                    |    1 +
 forward.c                   |  105 +++++++++++++++++++++++++++++++++++++++++++
 sysdeps/generic/pt-atfork.c |    2 +-
 3 files changed, 107 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
POSIX threading library



reply via email to

[Prev in Thread] Current Thread [Next in Thread]