Intermediate stage in reincorporating old libc into userspace tasks.

This commit is contained in:
Bahadir Balban
2009-08-29 14:29:57 +03:00
parent 9e894274a3
commit 779429d289
179 changed files with 12922 additions and 918 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);