From a10aabfcd52f702057316018cd7847ab2bfe4aa1 Mon Sep 17 00:00:00 2001 From: Ada Christine Date: Tue, 26 May 2026 21:32:27 +0000 Subject: we're bringing kjarna back and not doing the crazy stuff with trying to have task management during efi. that was a bit extra. --- api/libc/stdlib.h | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 api/libc/stdlib.h (limited to 'api/libc/stdlib.h') diff --git a/api/libc/stdlib.h b/api/libc/stdlib.h deleted file mode 100644 index d1f3d3b..0000000 --- a/api/libc/stdlib.h +++ /dev/null @@ -1,9 +0,0 @@ -#pragma once - -#include - -size_t mbstowcs(wchar_t *dst, const char *src, size_t length); -void *malloc(size_t size); -void *calloc(size_t count, size_t size); -void free(void *block); - -- cgit v1.3.1-1-g115d