Merge branch 'containers' into containersBuildDevel

This commit is contained in:
Russel Winder
2009-08-30 12:44:06 +01:00
226 changed files with 17469 additions and 902 deletions

View File

@@ -3,14 +3,13 @@
#define __TASKNAME__ "test0"
// #define TEST_VERBOSE_PRINT
//#define TEST_VERBOSE_PRINT
#if defined (TEST_VERBOSE_PRINT)
#define test_printf(...) printf(__VA_ARGS__)
#else
#define test_printf(...)
#endif
#include <printf.h>
#include <sys/types.h>
extern pid_t parent_of_all;