back to threadnotify
This commit is contained in:
parent
452c09358f
commit
93a6f8d76a
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user