summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/include/thread.h1
1 files changed, 0 insertions, 1 deletions
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);