Stub implementations of some wchar functions

This commit is contained in:
Max Wash
2020-07-24 10:50:40 +01:00
parent 04ee711f31
commit 142662f84c
7 changed files with 39 additions and 1 deletions

View File

@@ -25,7 +25,7 @@ set(CMAKE_EXE_LINKER_FLAGS
set(malloc_impl dlmalloc)
set(photon_libc_sources "")
set(generic_dirs string stdio stdlib errno internal ctype)
set(generic_dirs string stdio stdlib errno internal ctype wchar)
message(STATUS "Memory allocator: ${malloc_impl}")