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 <samuel.thiba...@ens-lyon.org> 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