This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 2313ab153d nptl: Add CLOCK_MONOTONIC support for PI mutexes new 176c88f521 support: Add check for TID zero in support_wait_for_thread_exit new eae81d7057 nptl: pthread_kill must send signals to a specific thread [B [...]
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: nptl/pthread_kill.c | 4 +- support/support_wait_for_thread_exit.c | 5 +- sysdeps/pthread/Makefile | 1 + sysdeps/pthread/tst-pthread-raise-blocked-self.c | 92 ++++++++++++++++++++++++ 4 files changed, 98 insertions(+), 4 deletions(-) create mode 100644 sysdeps/pthread/tst-pthread-raise-blocked-self.c