code: plan9front

Download patch

ref: b474f546f0fa7778f7c2f65b7c3125235db09bff
parent: 928b38c7b9d538f933eabdb563a408c3a6a95504
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);