From: Julian Seward Date: Mon, 1 Mar 2010 16:42:56 +0000 (+0000) Subject: Fix out-of-date comment. X-Git-Tag: svn/VALGRIND_3_6_0~366 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68448f1567f9c953d6ae39752bbeac72ed8a96ff;p=thirdparty%2Fvalgrind.git Fix out-of-date comment. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11058 --- 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.