about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2022-07-04 08:11:18 +0200
committerptitSeb <sebastien.chev@gmail.com>2022-07-04 08:11:18 +0200
commitea89d85845ac1dff6280576e8401987b3e9c5b94 (patch)
tree8de9f9ce5598c81b981d2bca65cb2adc497416e3 /src
parent0f3884afde958d644cead9d5adea0c145191f8e4 (diff)
downloadbox64-ea89d85845ac1dff6280576e8401987b3e9c5b94.tar.gz
box64-ea89d85845ac1dff6280576e8401987b3e9c5b94.zip
Added __wcscat_chk wrapped function (for #343)
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 aaa5acf9..9811861c 100755
--- a/src/wrapped/wrappedlibc_private.h
+++ b/src/wrapped/wrappedlibc_private.h
@@ -2098,7 +2098,7 @@ GOW(wcscasecmp, iFpp)
 GO(__wcscasecmp_l, iFppp)
 GOW(wcscasecmp_l, iFppp)
 GOW(wcscat, pFpp)
-//GO(__wcscat_chk, 
+GO(__wcscat_chk, pFppL)
 GO(wcschr, pFpi)
 GOW(wcschrnul, pFpi)
 GO(wcscmp, iFpp)