tadd threadlinklibrary - plan9port - [fork] Plan 9 from user space
(HTM) git clone git://src.adamsgaard.dk/plan9port
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 9cb22ba60776e22568798b40560543ddf6c8ed2c
(DIR) parent 31cf0ab11fd456c828ae7e2473dc6b73789bd20e
(HTM) Author: rsc <devnull@localhost>
Date: Tue, 28 Dec 2004 04:04:16 +0000
add threadlinklibrary
Diffstat:
M include/thread.h | 5 +++++
1 file changed, 5 insertions(+), 0 deletions(-)
---
(DIR) diff --git a/include/thread.h b/include/thread.h
t@@ -27,6 +27,11 @@ _Thread *_threadwakeup(Rendez*);
void threaddaemonize(void);
/*
+ * clumsy linker hack
+ */
+void threadlinklibrary(void);
+
+/*
* per proc and thread data
*/
void **procdata(void);