From af6e459f18e56924a79fc7e732562132ee88fd22 Mon Sep 17 00:00:00 2001 From: rsc Date: Fri, 21 Apr 2006 03:58:52 +0000 Subject: put threadinfo back --- src/libthread/thread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libthread') diff --git a/src/libthread/thread.c b/src/libthread/thread.c index 93f5ac17..ff748acc 100644 --- a/src/libthread/thread.c +++ b/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!"); -- cgit v1.2.3