code: plan9front

Download patch

ref: 8ec50b87d5a33aacd27af7ef3aec5c1236c57e03
parent: 340d157c401c78d26b4b1405b9bb50449facac85
author: Sigrid Solveig Haflínudóttir <ftrvxmtrx@gmail.com>
date: Sun Jun 20 10:55:13 EDT 2021

thread.h: threadnonotes does not exist

--- a/sys/include/thread.h
+++ b/sys/include/thread.h
@@ -96,7 +96,6 @@
 void	threadkill(int);	/* kill thread */
 void	threadkillgrp(int);	/* kill threads in group */
 void	threadmain(int argc, char *argv[]);
-void	threadnonotes(void);
 int	threadnotify(int (*f)(void*, char*), int in);
 int	threadid(void);
 int	threadpid(int);