mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-24 11:41:58 +00:00
add threadlinklibrary
This commit is contained in:
parent
31cf0ab11f
commit
9cb22ba607
1 changed files with 5 additions and 0 deletions
|
@ -26,6 +26,11 @@ _Thread *_threadwakeup(Rendez*);
|
|||
*/
|
||||
void threaddaemonize(void);
|
||||
|
||||
/*
|
||||
* clumsy linker hack
|
||||
*/
|
||||
void threadlinklibrary(void);
|
||||
|
||||
/*
|
||||
* per proc and thread data
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue