aboutsummaryrefslogtreecommitdiff
path: root/src/libthread/threadimpl.h
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2005-02-14 18:58:56 +0000
committerrsc <devnull@localhost>2005-02-14 18:58:56 +0000
commit8ee6ad4d96bdb1f56cece8c11e75e5491ccc4020 (patch)
tree45c988326892ac25c58aeabef8128cc9828a5957 /src/libthread/threadimpl.h
parent8da6bca8074977c0fd1105ca4da2d5fb225b3ec4 (diff)
downloadplan9port-8ee6ad4d96bdb1f56cece8c11e75e5491ccc4020.tar.gz
plan9port-8ee6ad4d96bdb1f56cece8c11e75e5491ccc4020.tar.bz2
plan9port-8ee6ad4d96bdb1f56cece8c11e75e5491ccc4020.zip
different fix for main proc bug
Diffstat (limited to 'src/libthread/threadimpl.h')
-rw-r--r--src/libthread/threadimpl.h1
1 files changed, 1 insertions, 0 deletions
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()