libthread: remove more garbage: _threadnotefd, _threadpasserpid.

This commit is contained in:
cinap_lenrek 2021-10-12 00:52:56 +00:00
parent 928b38c7b9
commit b474f546f0

View file

@ -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);