diff options
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, |