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. 08d8159d5a960466b


From: Samuel Thibault
Subject: [SCM] POSIX threading library branch, master, updated. 08d8159d5a960466bb9a951ecc8036baa4d74e6b
Date: Sat, 10 Oct 2015 14:43:10 +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  08d8159d5a960466bb9a951ecc8036baa4d74e6b (commit)
       via  dc28c9c42afb66c751c894ab923917e9bda93adc (commit)
      from  8dbe53c35395c82514475a94a3c7353a9aaf2651 (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 08d8159d5a960466bb9a951ecc8036baa4d74e6b
Author: Samuel Thibault <address@hidden>
Date:   Sat Oct 10 16:42:29 2015 +0200

    Fix pthread_kill
    
    * sysdeps/hurd/pt-kill.c (pthread_kill): Lock ss lock before calling
    _hurd_raise_signal. Return error returned by _hurd_raise_signal.

commit dc28c9c42afb66c751c894ab923917e9bda93adc
Author: Samuel Thibault <address@hidden>
Date:   Sat Oct 10 12:56:27 2015 +0200

    Fix errno set by raise
    
    * sysdeps/generic/raise.c: Include <signal.h> and <unistd.h>.
    (raise): Only set errno when calling pthread_kill, not kill.

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

Summary of changes:
 sysdeps/generic/raise.c |   21 ++++++++++++---------
 sysdeps/hurd/pt-kill.c  |    5 ++---
 2 files changed, 14 insertions(+), 12 deletions(-)


hooks/post-receive
-- 
POSIX threading library



reply via email to

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