diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2021-03-09 22:08:04 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2021-03-09 22:08:04 +0100 |
| commit | ecac1815dbc5b06e42093cf8cb494cd6ee455d8b (patch) | |
| tree | f59e23265190427c67f1bef8070c31787ba96cf8 /src | |
| parent | 79f365753e9da131a93767755ceeb67d67046c7c (diff) | |
| download | box64-ecac1815dbc5b06e42093cf8cb494cd6ee455d8b.tar.gz box64-ecac1815dbc5b06e42093cf8cb494cd6ee455d8b.zip | |
A handfull libc wrapped functions
Diffstat (limited to 'src')
| -rwxr-xr-x | src/wrapped/wrappedlibc_private.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/wrapped/wrappedlibc_private.h b/src/wrapped/wrappedlibc_private.h index 6a59c80b..350792cf 100755 --- a/src/wrapped/wrappedlibc_private.h +++ b/src/wrapped/wrappedlibc_private.h @@ -168,15 +168,15 @@ GO(closelog, vFv) //DATA(__ctype32_tolower, //DATA(__ctype32_toupper, //DATA(__ctype_b, -//GO(__ctype_b_loc, +GO(__ctype_b_loc, pFv) //GOW(__ctype_get_mb_cur_max, //GO(__ctype_init, -//DATA(__ctype_tolower, -//GO(__ctype_tolower_loc, -//DATA(__ctype_toupper, -//GO(__ctype_toupper_loc, +DATAM(__ctype_tolower, sizeof(void*)) +GO(__ctype_tolower_loc, pFv) +DATAM(__ctype_toupper, sizeof(void*)) +GO(__ctype_toupper_loc, pFv) //DATAB(__curbrk, -//GO(cuserid, +GO(cuserid, pFp) GOM(__cxa_atexit, iFEppp) //GO(__cxa_at_quick_exit, GOM(__cxa_finalize, vFEp) |