aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/thread.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/thread.h b/include/thread.h
index 23c4a529..a65ebe79 100644
--- a/include/thread.h
+++ b/include/thread.h
@@ -24,6 +24,11 @@ _Thread *_threadwakeup(Rendez*);
#define yield threadyield
/*
+ * signals
+ */
+void threadnotify(int(*f)(void*,char*), int);
+
+/*
* daemonize
*
void threaddaemonize(void);