aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/thread.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/thread.h b/include/thread.h
index 84adb220..bbcbba54 100644
--- a/include/thread.h
+++ b/include/thread.h
@@ -27,6 +27,11 @@ _Thread *_threadwakeup(Rendez*);
void threaddaemonize(void);
/*
+ * clumsy linker hack
+ */
+void threadlinklibrary(void);
+
+/*
* per proc and thread data
*/
void **procdata(void);