| tadd threadlinklibrary - plan9port - [fork] Plan 9 from user space | |
| git clone git://src.adamsgaard.dk/plan9port | |
| Log | |
| Files | |
| Refs | |
| README | |
| LICENSE | |
| --- | |
| commit 9cb22ba60776e22568798b40560543ddf6c8ed2c | |
| parent 31cf0ab11fd456c828ae7e2473dc6b73789bd20e | |
| 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(-) | |
| --- | |
| 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); |