From 2c87dda8f89e84082523b03b62c5d47d55c13341 Mon Sep 17 00:00:00 2001 From: rsc Date: Tue, 28 Dec 2004 01:35:38 +0000 Subject: add threaddaemonize(), more bug fixes --- include/thread.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include') diff --git a/include/thread.h b/include/thread.h index 7ba96e67..84adb220 100644 --- a/include/thread.h +++ b/include/thread.h @@ -21,6 +21,11 @@ void _threadsleep(Rendez*); _Thread *_threadwakeup(Rendez*); #define yield threadyield +/* + * daemonize + */ +void threaddaemonize(void); + /* * per proc and thread data */ -- cgit v1.2.3