aboutsummaryrefslogtreecommitdiff
path: root/src/userspace/mlibc/stdlib/liballoc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/userspace/mlibc/stdlib/liballoc.h')
-rw-r--r--src/userspace/mlibc/stdlib/liballoc.h10
1 files changed, 0 insertions, 10 deletions
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 <stddef.h>
-
-void *malloc(size_t);
-
-void free(void *);
-
-#endif \ No newline at end of file