Commit Diff


commit - 4565fd039fea7d534710b78bdaf40029cda5da75
commit + 8fd256985d9c6f6b6017d0993acc3307e0f8733d
blob - 23c4a5292582e06b6701264312b98525426a7577
blob + a65ebe7916821eb12dd9ee4bc629f9b193ffedb2
--- include/thread.h
+++ 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);