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/wchar.h | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 api/libc/wchar.h (limited to 'api/libc/wchar.h') diff --git a/api/libc/wchar.h b/api/libc/wchar.h deleted file mode 100644 index 350c209..0000000 --- a/api/libc/wchar.h +++ /dev/null @@ -1,6 +0,0 @@ -#pragma once - -#include - -size_t wcslen(const wchar_t *s); -wchar_t *wcsdup(const wchar_t *s); -- cgit v1.3.1-1-g115d