debugging, more pthreads crap

This commit is contained in:
rsc 2004-10-22 17:15:30 +00:00
parent 493f3d0fbf
commit ba15d71b0c
7 changed files with 27 additions and 9 deletions

View file

@ -87,9 +87,7 @@ _threadnote(void *v, char *s)
Note *n;
_threaddebug(DBGNOTE, "Got note %s", s);
if(strncmp(s, "sys:", 4) == 0
&& strcmp(s, "sys: write on closed pipe") != 0
&& strcmp(s, "sys: child") != 0)
if(strncmp(s, "sys:", 4) == 0)
noted(NDFLT);
// if(_threadexitsallstatus){