add threaddata; correct Alt order
This commit is contained in:
parent
dfb3977d9c
commit
0a89a29f4e
1 changed files with 2 additions and 1 deletions
|
|
@ -47,6 +47,7 @@ void threaddaemonize(void);
|
|||
* per proc and thread data
|
||||
*/
|
||||
void **procdata(void);
|
||||
void **threaddata(void);
|
||||
|
||||
/*
|
||||
* supplied by user instead of main.
|
||||
|
|
@ -73,8 +74,8 @@ enum
|
|||
|
||||
struct Alt
|
||||
{
|
||||
void *v;
|
||||
Channel *c;
|
||||
void *v;
|
||||
uint op;
|
||||
_Thread *thread;
|
||||
Alt *xalt;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue