From 68448f1567f9c953d6ae39752bbeac72ed8a96ff Mon Sep 17 00:00:00 2001 From: Julian Seward Date: Mon, 1 Mar 2010 16:42:56 +0000 Subject: [PATCH] Fix out-of-date comment. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11058 --- coregrind/m_signals.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/coregrind/m_signals.c b/coregrind/m_signals.c index 5d65d63969..8f97163e39 100644 --- a/coregrind/m_signals.c +++ b/coregrind/m_signals.c @@ -60,11 +60,7 @@ thread for a time quanta, and while running blocking syscalls. - In addition, we define two signals for internal use: SIGVGCHLD and - SIGVGKILL. SIGVGCHLD is used to indicate thread death to any - reaping thread (the master thread). It is always blocked and never - delivered as a signal; it is always polled with sigtimedwait. - + In addition, we reserve one signal for internal use: SIGVGKILL. SIGVGKILL is used to terminate threads. When one thread wants another to exit, it will set its exitreason and send it SIGVGKILL if it appears to be blocked in a syscall. -- 2.47.2