diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2021-03-06 12:55:58 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2021-03-06 12:55:58 +0100 |
| commit | 19c528bcbae86ea8fc09cfbf39a1e4f84d84d7a5 (patch) | |
| tree | 04b31415cc3bb507e3f7f1196b4c6805a943be98 /src/wrapped/wrappedlibc_private.h | |
| parent | 43f9b853fed95044a0e75102cce3e5d94dbabec2 (diff) | |
| download | box64-19c528bcbae86ea8fc09cfbf39a1e4f84d84d7a5.tar.gz box64-19c528bcbae86ea8fc09cfbf39a1e4f84d84d7a5.zip | |
Added wctype and wctype_l wrapped functions
Diffstat (limited to 'src/wrapped/wrappedlibc_private.h')
| -rwxr-xr-x | src/wrapped/wrappedlibc_private.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/wrapped/wrappedlibc_private.h b/src/wrapped/wrappedlibc_private.h index 106ac091..c7b431f0 100755 --- a/src/wrapped/wrappedlibc_private.h +++ b/src/wrapped/wrappedlibc_private.h @@ -2131,9 +2131,9 @@ GO(__wctomb_chk, iFpuL) //GOW(wctrans, //GO(__wctrans_l, //GOW(wctrans_l, -//GOW(wctype, -//GO(__wctype_l, -//GOW(wctype_l, +GOW(wctype, uFp) +GOW(wctype_l, uFpp) +GO(__wctype_l, uFpp) //GO(wcwidth, //GOW(wmemcpy, //GO(__wmemcpy_chk, |