aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2004-12-28 04:04:16 +0000
committerrsc <devnull@localhost>2004-12-28 04:04:16 +0000
commit9cb22ba60776e22568798b40560543ddf6c8ed2c (patch)
tree9f0164d0133aa1c9bc043bfd308315df490d5d19 /include
parent31cf0ab11fd456c828ae7e2473dc6b73789bd20e (diff)
downloadplan9port-9cb22ba60776e22568798b40560543ddf6c8ed2c.tar.gz
plan9port-9cb22ba60776e22568798b40560543ddf6c8ed2c.tar.bz2
plan9port-9cb22ba60776e22568798b40560543ddf6c8ed2c.zip
add threadlinklibrary
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);