From a3e27d361919392eeb0086ed93b105d8301c7913 Mon Sep 17 00:00:00 2001 From: dzwdz Date: Tue, 26 Jul 2022 19:31:06 +0200 Subject: user: move the POSIX-y stuff to the proper header files --- src/user/lib/malloc.h | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 src/user/lib/malloc.h (limited to 'src/user/lib/malloc.h') diff --git a/src/user/lib/malloc.h b/src/user/lib/malloc.h deleted file mode 100644 index 5916ebc..0000000 --- a/src/user/lib/malloc.h +++ /dev/null @@ -1,5 +0,0 @@ -#pragma once -#include - -void *malloc(size_t size); -void free(void *ptr); -- cgit v1.2.3