summaryrefslogtreecommitdiffstats
path: root/src/libthread/note.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libthread/note.c')
-rw-r--r--src/libthread/note.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libthread/note.c b/src/libthread/note.c
index b25f2b23..1136156c 100644
--- a/src/libthread/note.c
+++ b/src/libthread/note.c
@@ -92,7 +92,7 @@ _threadnote(void *v, char *s)
// _exits(_threadexitsallstatus);
// }
- if(strcmp(s, "threadint")==0)
+ if(strcmp(s, "threadint")==0 || strcmp(s, "interrupt")==0)
noted(NCONT);
p = _threadgetproc();