about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorSeeSchloß <see@seos.fr>2023-10-03 09:48:12 +0200
committerGitHub <noreply@github.com>2023-10-03 09:48:12 +0200
commitc904a9af1ca653443988ee698dec4670d4b32f88 (patch)
tree1c522db2ffac2399d6d2d97810e6cca7623ba609 /src
parent7c042a566a46ca1a310ead3a087f4194d1329efd (diff)
downloadbox64-c904a9af1ca653443988ee698dec4670d4b32f88.tar.gz
box64-c904a9af1ca653443988ee698dec4670d4b32f88.zip
Add c32rtomb wrapped function for dfhack (fixes console, part of issue #939) (#1008)
Diffstat (limited to 'src')
-rw-r--r--src/wrapped/wrappedlibc_private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wrapped/wrappedlibc_private.h b/src/wrapped/wrappedlibc_private.h
index 8845f14e..67ea584a 100644
--- a/src/wrapped/wrappedlibc_private.h
+++ b/src/wrapped/wrappedlibc_private.h
@@ -96,7 +96,7 @@ GOW(btowc, uFi)
 GO(__bzero, vFpL)
 GO(bzero, vFpL)
 //GO(c16rtomb, LFpW!)
-//GOW(c32rtomb, LFpu!)
+GOW(c32rtomb, LFpup)
 GOW(calloc, pFLL)
 //GO(callrpc, iFpLLL@p@p)
 //GO(__call_tls_dtors, vFv)