K 10 svn:author V 3 jhb K 8 svn:date V 27 2010-07-14T21:48:16.542732Z K 7 svn:log V 335 Partially MFC 209592: Add a tdksignal() routine that mirrors pksignal() except that it accepts a thread instead of a process. As an extension, if a NULL ksiginfo_t is passed in, setup a ksiginfo_t on the stack similar to psignal(). This provides semantics matching the new tdsignal() function in 9 while preserving the existing ABI. END