add threaddata; correct Alt order

This commit is contained in:
rsc 2005-03-18 18:53:51 +00:00
parent dfb3977d9c
commit 0a89a29f4e

View file

@ -47,6 +47,7 @@ void threaddaemonize(void);
* per proc and thread data * per proc and thread data
*/ */
void **procdata(void); void **procdata(void);
void **threaddata(void);
/* /*
* supplied by user instead of main. * supplied by user instead of main.
@ -73,8 +74,8 @@ enum
struct Alt struct Alt
{ {
void *v;
Channel *c; Channel *c;
void *v;
uint op; uint op;
_Thread *thread; _Thread *thread;
Alt *xalt; Alt *xalt;