libthread: simplify alt tracking, possibly fixing bug

This commit is contained in:
Russ Cox 2007-08-22 11:14:30 -04:00
parent acecbb1619
commit 47ede89e4a
3 changed files with 9 additions and 8 deletions

View file

@ -114,6 +114,7 @@ struct _Thread
char name[256];
char state[256];
void *udata;
Alt *alt;
};
struct _Procrendez