From 93a6f8d76ac64995ac0255c9c424c6958a759c27 Mon Sep 17 00:00:00 2001 From: rsc Date: Tue, 4 Jan 2005 21:28:25 +0000 Subject: back to threadnotify --- src/cmd/acme/acme.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/cmd/acme/acme.c b/src/cmd/acme/acme.c index ee8bf150..111b9a99 100644 --- 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); -- cgit v1.2.3