Commit Diff


commit - 31cf0ab11fd456c828ae7e2473dc6b73789bd20e
commit + 9cb22ba60776e22568798b40560543ddf6c8ed2c
blob - 84adb220118aef68cf2244054f7f694c460f2f00
blob + bbcbba54f55adf5cd56d589ce7bcfeda76e67e7d
--- include/thread.h
+++ 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);