about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2022-07-11 16:19:30 +0200
committerptitSeb <sebastien.chev@gmail.com>2022-07-11 16:19:30 +0200
commit96dae29f4dc438d9eb0c59bc61e4f30cbcfc094c (patch)
tree701f4cfd193068a40ed811b7de1faad3c9e61a66
parent4e0df627dfc86dfabdf6b2ec3089c45c620e1c22 (diff)
downloadbox64-96dae29f4dc438d9eb0c59bc61e4f30cbcfc094c.tar.gz
box64-96dae29f4dc438d9eb0c59bc61e4f30cbcfc094c.zip
Added __wcsncat_chk wrapped function
-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 492bd512..9e8b110e 100755
--- a/src/wrapped/wrappedlibc_private.h
+++ b/src/wrapped/wrappedlibc_private.h
@@ -2119,7 +2119,7 @@ GOW(wcsncasecmp, iFppL)
 //GO(__wcsncasecmp_l, 
 //GOW(wcsncasecmp_l, iFppL!)
 GO(wcsncat, pFppL)
-//GO(__wcsncat_chk, 
+GO(__wcsncat_chk, pFppLL)
 GO(wcsncmp, iFppL)
 GOW(wcsncpy, pFppL)
 GO(__wcsncpy_chk, pFppLL)