aboutsummaryrefslogtreecommitdiff
path: root/src/libthread/note.c
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2004-10-22 17:15:30 +0000
committerrsc <devnull@localhost>2004-10-22 17:15:30 +0000
commitba15d71b0cf27ba89d14b547d7ded643e5de6a01 (patch)
treec7147b8d213a434032b5d7a917f295fa985f10d6 /src/libthread/note.c
parent493f3d0fbf548303a8f468ffffca8476607ee2cd (diff)
debugging, more pthreads crap
Diffstat (limited to 'src/libthread/note.c')
-rw-r--r--src/libthread/note.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/libthread/note.c b/src/libthread/note.c
index 60742aad..94bf236a 100644
--- a/src/libthread/note.c
+++ b/src/libthread/note.c
@@ -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){