summaryrefslogtreecommitdiff
path: root/api/libc/wchar.h
diff options
context:
space:
mode:
authorAda Christine <adachristine18@gmail.com>2026-05-26 21:32:27 +0000
committerAda Christine <adachristine18@gmail.com>2026-05-26 21:32:27 +0000
commita10aabfcd52f702057316018cd7847ab2bfe4aa1 (patch)
treecc4652d2b602798934e8a48b4939cfb20eda1989 /api/libc/wchar.h
parent90c29fdde317c39384011a6ba97077c138f13ad6 (diff)
we're bringing kjarna back and not doing the crazy stuff with trying to have task management during efi. that was a bit extra.kjarna
Diffstat (limited to 'api/libc/wchar.h')
-rw-r--r--api/libc/wchar.h6
1 files changed, 0 insertions, 6 deletions
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 <stddef.h>
-
-size_t wcslen(const wchar_t *s);
-wchar_t *wcsdup(const wchar_t *s);