diff options
author | rsc <devnull@localhost> | 2006-04-21 03:58:52 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2006-04-21 03:58:52 +0000 |
commit | af6e459f18e56924a79fc7e732562132ee88fd22 (patch) | |
tree | 14fdf49b08ec0940306cf973b12a06b93944ac1b /src | |
parent | 54b59fd17c20575ab6f752e0258848d79afa8ccc (diff) | |
download | plan9port-af6e459f18e56924a79fc7e732562132ee88fd22.tar.gz plan9port-af6e459f18e56924a79fc7e732562132ee88fd22.tar.bz2 plan9port-af6e459f18e56924a79fc7e732562132ee88fd22.zip |
put threadinfo back
Diffstat (limited to 'src')
-rw-r--r-- | src/libthread/thread.c | 2 |
1 files changed, 1 insertions, 1 deletions
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!"); |