add threadnotify

This commit is contained in:
rsc 2005-01-04 22:07:31 +00:00
parent 4565fd039f
commit 8fd256985d

View file

@ -23,6 +23,11 @@ void _threadsleep(Rendez*);
_Thread *_threadwakeup(Rendez*);
#define yield threadyield
/*
* signals
*/
void threadnotify(int(*f)(void*,char*), int);
/*
* daemonize
*