diff options
author | Sigrid Solveig Haflínudóttir <ftrvxmtrx@gmail.com> | 2021-06-20 14:55:13 +0000 |
---|---|---|
committer | Sigrid Solveig Haflínudóttir <ftrvxmtrx@gmail.com> | 2021-06-20 14:55:13 +0000 |
commit | 8ec50b87d5a33aacd27af7ef3aec5c1236c57e03 (patch) | |
tree | c4ea40ee276089bc84cc8da470b3df6579c34710 | |
parent | 340d157c401c78d26b4b1405b9bb50449facac85 (diff) | |
download | plan9front-8ec50b87d5a33aacd27af7ef3aec5c1236c57e03.tar.xz |
thread.h: threadnonotes does not exist
-rw-r--r-- | sys/include/thread.h | 1 |
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); |