about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2022-02-26 18:05:10 +0100
committerptitSeb <sebastien.chev@gmail.com>2022-02-26 18:05:10 +0100
commit20e8333032145cd1b20f2997f421e49148ddf2f0 (patch)
treeef39e9026b3fa5c3896aedde62d362e703bd180e /src
parentfc3b931911e792271b4b5ed4f7cbc5a89d16a038 (diff)
downloadbox64-20e8333032145cd1b20f2997f421e49148ddf2f0.tar.gz
box64-20e8333032145cd1b20f2997f421e49148ddf2f0.zip
Added __wcsncpy_chk to wrapped libc
Diffstat (limited to 'src')
-rwxr-xr-xsrc/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 dd74e44f..1dcd6a5d 100755
--- a/src/wrapped/wrappedlibc_private.h
+++ b/src/wrapped/wrappedlibc_private.h
@@ -2114,7 +2114,7 @@ GO(wcsncat, pFppL)
 //GO(__wcsncat_chk, 
 GO(wcsncmp, iFppL)
 GOW(wcsncpy, pFppL)
-//GO(__wcsncpy_chk, 
+GO(__wcsncpy_chk, pFppLL)
 GO(wcsnlen, LFpL)
 GOW(wcsnrtombs, LFppLLp)
 //GO(__wcsnrtombs_chk,