additions to make threads.c compile (empty)
This commit is contained in:
parent
bd7c05b669
commit
e0b698d25a
2 changed files with 2 additions and 1 deletions
|
|
@ -36,7 +36,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
NOBUG_DEFINE_FLAG_PARENT (threads, /*TODO insert parent flag here */);
|
||||
NOBUG_DEFINE_FLAG_PARENT (threads, lumiera); /*TODO insert a suitable/better parent flag here */
|
||||
|
||||
|
||||
//code goes here//
|
||||
|
|
|
|||
|
|
@ -23,6 +23,7 @@
|
|||
#define LUMIERA_THREADS_H
|
||||
|
||||
//TODO: Support library includes//
|
||||
#include "lib/condition.h"
|
||||
|
||||
|
||||
//TODO: Forward declarations//
|
||||
|
|
|
|||
Loading…
Reference in a new issue