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,12 +3,6 @@
#include <stddef.h>
#include <string.h>
#ifndef NULL
#define NULL 0
#endif
#ifndef size_t
#define size_t int
#endif
void *kmalloc(size_t size);
void kfree(void *blk);

View File

@@ -6,7 +6,7 @@
#include <l4/lib/list.h>
#include <memfs/memfs.h>
#include <l4/macros.h>
#include <printf.h>
#include <stdio.h>
#include <task.h>
#include <path.h>