about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2023-12-06 10:44:33 +0100
committerptitSeb <sebastien.chev@gmail.com>2023-12-06 10:44:33 +0100
commitd39ed155177c3caab19df220c33c29ca6db97788 (patch)
tree4f3013d77e8514bbf163287d19265ecbbbc8dbf6
parent1dce5ef39f6fc5f54dfab2a050a4edec8eb2bcf8 (diff)
downloadbox64-d39ed155177c3caab19df220c33c29ca6db97788.tar.gz
box64-d39ed155177c3caab19df220c33c29ca6db97788.zip
Added mbstowcs_chk wrapped function
-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 cd65c416..f3045d3d 100644
--- a/src/wrapped/wrappedlibc_private.h
+++ b/src/wrapped/wrappedlibc_private.h
@@ -1144,7 +1144,7 @@ GO(__mbsnrtowcs_chk, LFppLLpL)
 GO(mbsrtowcs, LFppLp)
 GO(__mbsrtowcs_chk, LFppLpL)
 GO(mbstowcs, LFppL)
-//GO(__mbstowcs_chk, 
+GO(__mbstowcs_chk, LFppLL)
 GO(mbtowc, iFppL)
 //GO(mcheck, iF@)
 GO(mcheck_check_all, vFv)