thread.h: threadnonotes does not exist

This commit is contained in:
Sigrid Solveig Haflínudóttir 2021-06-20 14:55:13 +00:00
parent 340d157c40
commit 8ec50b87d5

View file

@ -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);