plan9port

fork of plan9port with libvec, libstr and libsdb
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:
Minclude/thread.h | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git 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);