From 8ee6ad4d96bdb1f56cece8c11e75e5491ccc4020 Mon Sep 17 00:00:00 2001 From: rsc Date: Mon, 14 Feb 2005 18:58:56 +0000 Subject: different fix for main proc bug --- src/libthread/threadimpl.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/libthread/threadimpl.h') diff --git a/src/libthread/threadimpl.h b/src/libthread/threadimpl.h index f0b55d97..d41b918b 100644 --- a/src/libthread/threadimpl.h +++ b/src/libthread/threadimpl.h @@ -108,6 +108,7 @@ struct Proc Context schedcontext; void *udata; Jmp sigjmp; + int mainproc; }; #define proc() _threadproc() -- cgit v1.2.3