aboutsummaryrefslogtreecommitdiff
path: root/src/cmd
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2005-01-04 21:28:25 +0000
committerrsc <devnull@localhost>2005-01-04 21:28:25 +0000
commit93a6f8d76ac64995ac0255c9c424c6958a759c27 (patch)
treeb4331b6ac3130ce980ebd73a9544967b01519c74 /src/cmd
parent452c09358fad7b099eb7f351ee8255a38c7df3bb (diff)
downloadplan9port-93a6f8d76ac64995ac0255c9c424c6958a759c27.tar.gz
plan9port-93a6f8d76ac64995ac0255c9c424c6958a759c27.tar.bz2
plan9port-93a6f8d76ac64995ac0255c9c424c6958a759c27.zip
back to threadnotify
Diffstat (limited to 'src/cmd')
-rw-r--r--src/cmd/acme/acme.c2
1 files changed, 1 insertions, 1 deletions
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);