SI_TKILL is not necessarily defined on older systems and is used only
with the pthread_kill() call a few lines below, so it should also be
subject to the USE_THREAD condition.
/* No doubt now, there's no hop to recover, die loudly! */
break;
-
+#ifdef USE_THREAD
case SI_TKILL:
/* we got a pthread_kill, stop on it */
thr = tid;
break;
-
+#endif
default:
/* unhandled other conditions */
return;