autolib
This commit is contained in:
parent
66ed321edf
commit
1a0954abb8
20 changed files with 96 additions and 49 deletions
|
|
@ -4,6 +4,8 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
AUTOLIB(thread)
|
||||
|
||||
/*
|
||||
* basic procs and threads
|
||||
*/
|
||||
|
|
@ -23,8 +25,9 @@ _Thread *_threadwakeup(Rendez*);
|
|||
|
||||
/*
|
||||
* daemonize
|
||||
*/
|
||||
*
|
||||
void threaddaemonize(void);
|
||||
*/
|
||||
|
||||
/*
|
||||
* clumsy linker hack
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue