ref: 5052bf500b6bc4a64bab667800e2a5d40482ba2c
parent: f0fa95a537f5b71c7b0e43c85e7019b0ed347f36
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Mon Oct 11 20:52:56 EDT 2021
libthread: remove more garbage: _threadnotefd, _threadpasserpid.
--- a/sys/src/libthread/main.c
+++ b/sys/src/libthread/main.c
@@ -11,8 +11,6 @@
};
int mainstacksize;
-int _threadnotefd;
-int _threadpasserpid;
static jmp_buf _mainjmp;
static void mainlauncher(void*);
extern void (*_sysfatal)(char*, va_list);
--
⑨