commit 93a6f8d76ac64995ac0255c9c424c6958a759c27
parent 452c09358fad7b099eb7f351ee8255a38c7df3bb
Author: rsc <devnull@localhost>
Date: Tue, 4 Jan 2005 21:28:25 +0000
back to threadnotify
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/cmd/acme/acme.c b/src/cmd/acme/acme.c
@@ -260,7 +260,7 @@ threadmain(int argc, char *argv[])
threadcreate(xfidallocthread, nil, STACK);
threadcreate(newwindowthread, nil, STACK);
/* threadcreate(shutdownthread, nil, STACK); */
-/* threadnotify(shutdown, 1); */
+ threadnotify(shutdown, 1);
recvul(cexit);
killprocs();
threadexitsall(nil);