commit af6e459f18e56924a79fc7e732562132ee88fd22 from: rsc date: Fri Apr 21 03:58:52 2006 UTC put threadinfo back commit - 54b59fd17c20575ab6f752e0258848d79afa8ccc commit + af6e459f18e56924a79fc7e732562132ee88fd22 blob - 93f5ac1729259554e878588cc012a91d4e475486 blob + ff748acc169efa6673f5658f3ea104282d2ffebe --- src/libthread/thread.c +++ src/libthread/thread.c @@ -652,7 +652,7 @@ main(int argc, char **argv) _threadsetproc(p); if(mainstacksize == 0) mainstacksize = 256*1024; -// atnotify(threadinfo, 1); + atnotify(threadinfo, 1); _threadcreate(p, threadmainstart, nil, mainstacksize); procscheduler(p); sysfatal("procscheduler returned in threadmain!");