diff options
| author | rsc <devnull@localhost> | 2004-02-09 19:33:05 +0000 |
|---|---|---|
| committer | rsc <devnull@localhost> | 2004-02-09 19:33:05 +0000 |
| commit | d51419bf4397cf13d0c50bf84c125477c6bed307 (patch) | |
| tree | d9a10c72e5b710e7a9f85e632c8b893ecd43dd0a /src/libthread/note.c | |
| parent | c1973705501d05e906bd14a0dc25cc4472b5871f (diff) | |
various tweaks.
Diffstat (limited to 'src/libthread/note.c')
| -rw-r--r-- | src/libthread/note.c | 2 |
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(); |