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, 4 insertions, 1 deletions
diff --git a/include/thread.h b/include/thread.h
index bbcbba54..23c4a529 100644
--- a/include/thread.h
+++ b/include/thread.h
@@ -4,6 +4,8 @@
extern "C" {
#endif
+AUTOLIB(thread)
+
/*
* basic procs and threads
*/
@@ -23,8 +25,9 @@ _Thread *_threadwakeup(Rendez*);
/*
* daemonize
- */
+ *
void threaddaemonize(void);
+ */
/*
* clumsy linker hack