debugging, more pthreads crap
This commit is contained in:
parent
493f3d0fbf
commit
ba15d71b0c
7 changed files with 27 additions and 9 deletions
|
|
@ -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){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue