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. glibc-2.23-hurd+l


From: Samuel Thibault
Subject: [SCM] POSIX threading library branch, master, updated. glibc-2.23-hurd+libpthread-20161218-31-gba1101b
Date: Sat, 27 Jan 2018 14:19:12 -0500 (EST)

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  ba1101b8755f1e843af4d9b160533f0b11e4b598 (commit)
      from  f58ab00078c28339a6dd2d0ff12b7928522cdbe2 (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 ba1101b8755f1e843af4d9b160533f0b11e4b598
Author: Samuel Thibault <address@hidden>
Date:   Sat Jan 27 20:17:48 2018 +0100

    Use libc lock instead of cthreads lock for atfork_lock
    
    * forward.c: Include <libc-lock.h>
    (atfork_lock): Use libc_lock instead of struct mutex.
    (atfork_pthread_prepare, atfork_pthread_parent, atfork_pthread_child,
    __register_atfork, __unregister_atfork): Use __libc_lock_lock/unlock
    instead of __mutex_lock/unlock.

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

Summary of changes:
 forward.c | 23 ++++++++++++-----------
 1 file changed, 12 insertions(+), 11 deletions(-)


hooks/post-receive
-- 
POSIX threading library



reply via email to

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