From d51419bf4397cf13d0c50bf84c125477c6bed307 Mon Sep 17 00:00:00 2001 From: rsc Date: Mon, 9 Feb 2004 19:33:05 +0000 Subject: various tweaks. --- src/libthread/note.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libthread/note.c') 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(); -- cgit v1.2.3