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 44873df420d128972644ef3901c7d917ca3b7dd7 (commit)
from 79e9d2b78ec0747a94731d45e0e5149269e96159 (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 44873df420d128972644ef3901c7d917ca3b7dd7
Author: Samuel Thibault <[email protected]>
Date: Tue Nov 1 15:13:47 2016 +0100
Do not inline pthread_spin_lock_*
to avoid future incompatibilities when changing the implementation.
* include/pthread/pthread.h [!_LIBC] (pthread_spin_destroy,
pthread_spin_init, pthread_spin_lock, pthread_spin_trylock,
pthread_spin_unlock): Do not provide inline definition.
-----------------------------------------------------------------------
Summary of changes:
include/pthread/pthread.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
POSIX threading library