1999-01-07 Xavier Leroy <Xavier.Leroy@inria.fr>
commitb92ad8d61f18a3e9a61434e2e3252efd862bd7f4
authorUlrich Drepper <drepper@redhat.com>
Thu, 7 Jan 1999 11:53:05 +0000 (7 11:53 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 7 Jan 1999 11:53:05 +0000 (7 11:53 +0000)
treea673f7750cb17ce2adaee14e9a8b4855447b6feb
parent34992338178abc47897f10ce4fb12d204e682b14
1999-01-07  Xavier Leroy  <Xavier.Leroy@inria.fr>

* pthread.c: Use a third signal __pthread_sig_debug distinct
from __pthread_sig_cancel to notify gdb when a thread is
created
* manager.c: Likewise.
* internals.h: Likewise.
* signals.c: The implementation of sigwait(s) assumed that
all signals in s have signal handlers already attached.
This is not required by the standard, so make it work
also if some of the signals have no handlers.
linuxthreads/ChangeLog
linuxthreads/internals.h
linuxthreads/manager.c
linuxthreads/pthread.c
linuxthreads/signals.c