back to threadnotify

This commit is contained in:
rsc 2005-01-04 21:28:25 +00:00
parent 452c09358f
commit 93a6f8d76a

View file

@ -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);