From bfe16de4be67565f1a1e7b1331fcbe3aedf9c54e Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Tue, 28 Apr 2020 19:15:47 +0200 Subject: Userspace rewrite -> IT WORKS! :) Finally, after many months of work and rewrites the syscalls with constant char pointers work now :D --- src/userspace/mlibc/stdlib/liballoc.h | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 src/userspace/mlibc/stdlib/liballoc.h (limited to 'src/userspace/mlibc/stdlib/liballoc.h') diff --git a/src/userspace/mlibc/stdlib/liballoc.h b/src/userspace/mlibc/stdlib/liballoc.h deleted file mode 100644 index 64b7cce..0000000 --- a/src/userspace/mlibc/stdlib/liballoc.h +++ /dev/null @@ -1,10 +0,0 @@ -#ifndef MELVIX_ALLOC_H -#define MELVIX_ALLOC_H - -#include - -void *malloc(size_t); - -void free(void *); - -#endif \ No newline at end of file -- cgit v1.2.3