ref: d0f2118c32ef3bd152d8057b2844604cf1c2e722
parent: 3d3f64e6de8cb2efeaba80c566d4669fb469165b
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);
--
⑨