libthread: remove more garbage: _threadnotefd, _threadpasserpid.
This commit is contained in:
parent
928b38c7b9
commit
b474f546f0
1 changed files with 0 additions and 2 deletions
|
@ -11,8 +11,6 @@ struct Mainarg
|
|||
};
|
||||
|
||||
int mainstacksize;
|
||||
int _threadnotefd;
|
||||
int _threadpasserpid;
|
||||
static jmp_buf _mainjmp;
|
||||
static void mainlauncher(void*);
|
||||
extern void (*_sysfatal)(char*, va_list);
|
||||
|
|
Loading…
Reference in a new issue