From 9cb22ba60776e22568798b40560543ddf6c8ed2c Mon Sep 17 00:00:00 2001 From: rsc Date: Tue, 28 Dec 2004 04:04:16 +0000 Subject: add threadlinklibrary --- include/thread.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include') diff --git a/include/thread.h b/include/thread.h index 84adb220..bbcbba54 100644 --- a/include/thread.h +++ b/include/thread.h @@ -26,6 +26,11 @@ _Thread *_threadwakeup(Rendez*); */ void threaddaemonize(void); +/* + * clumsy linker hack + */ +void threadlinklibrary(void); + /* * per proc and thread data */ -- cgit v1.2.3