back to threadnotify
This commit is contained in:
parent
452c09358f
commit
93a6f8d76a
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue