tback to threadnotify - plan9port - [fork] Plan 9 from user space
HTML git clone git://src.adamsgaard.dk/plan9port
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 93a6f8d76ac64995ac0255c9c424c6958a759c27
DIR parent 452c09358fad7b099eb7f351ee8255a38c7df3bb
HTML Author: rsc <devnull@localhost>
Date: Tue, 4 Jan 2005 21:28:25 +0000
back to threadnotify
Diffstat:
M src/cmd/acme/acme.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/src/cmd/acme/acme.c b/src/cmd/acme/acme.c
t@@ -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);