From 8ec50b87d5a33aacd27af7ef3aec5c1236c57e03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sigrid=20Solveig=20Hafl=C3=ADnud=C3=B3ttir?= Date: Sun, 20 Jun 2021 14:55:13 +0000 Subject: thread.h: threadnonotes does not exist --- sys/include/thread.h | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/include/thread.h') diff --git a/sys/include/thread.h b/sys/include/thread.h index 74deb994c..bcb07eea5 100644 --- a/sys/include/thread.h +++ b/sys/include/thread.h @@ -96,7 +96,6 @@ void threadintgrp(int); /* interrupt threads in grp */ 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); -- cgit v1.2.3