refactor: simplify the Plan 9 runtime loop

This commit is contained in:
2026-08-12 17:26:55 +09:00
parent 211a6917b2
commit 91931196e2
4 changed files with 5 additions and 22 deletions

2
dict.c
View File

@@ -44,7 +44,7 @@ void
dictthread(void*)
{
Dictreq req;
Dictres res;
static Dictres res;
threadsetname("dict");
for(;;){