aboutsummaryrefslogtreecommitdiff
path: root/include/thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/thread.h')
-rw-r--r--include/thread.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/thread.h b/include/thread.h
index 7ba96e67..84adb220 100644
--- a/include/thread.h
+++ b/include/thread.h
@@ -22,6 +22,11 @@ _Thread *_threadwakeup(Rendez*);
#define yield threadyield
/*
+ * daemonize
+ */
+void threaddaemonize(void);
+
+/*
* per proc and thread data
*/
void **procdata(void);