additions to make threads.c compile (empty)

This commit is contained in:
Fischlurch 2008-12-26 22:27:47 +01:00
parent bd7c05b669
commit e0b698d25a
2 changed files with 2 additions and 1 deletions

View file

@ -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//

View file

@ -23,6 +23,7 @@
#define LUMIERA_THREADS_H
//TODO: Support library includes//
#include "lib/condition.h"
//TODO: Forward declarations//