add threaddaemonize(), more bug fixes

This commit is contained in:
rsc 2004-12-28 01:35:38 +00:00
parent 929fcfe0e3
commit 2c87dda8f8
7 changed files with 56 additions and 14 deletions

View file

@ -21,6 +21,11 @@ void _threadsleep(Rendez*);
_Thread *_threadwakeup(Rendez*);
#define yield threadyield
/*
* daemonize
*/
void threaddaemonize(void);
/*
* per proc and thread data
*/