From 06bb4ed20d855b60e39c1125d8d715ba8892265b Mon Sep 17 00:00:00 2001 From: rsc Date: Fri, 17 Sep 2004 00:38:29 +0000 Subject: Rewrite to remove dependence on rendezvous and its bizarre data structures. Makes it easier to use pthreads too. Still need to add code for non-pthreads systems. Just a checkpoint to switch work to another machine. --- src/libthread/tprimes.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/libthread/tprimes.c') diff --git a/src/libthread/tprimes.c b/src/libthread/tprimes.c index 89d30c03..0e719451 100644 --- a/src/libthread/tprimes.c +++ b/src/libthread/tprimes.c @@ -41,6 +41,7 @@ threadmain(int argc, char **argv) int i; Channel *c; +malloc(10); ARGBEGIN{ case 'D': _threaddebuglevel = atoi(ARGF()); -- cgit v1.2.3