thread.h: threadnonotes does not exist
This commit is contained in:
parent
340d157c40
commit
8ec50b87d5
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue