diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2021-03-28 19:21:34 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2021-03-28 19:21:34 +0200 |
| commit | 4b6ade050f1c69029c764695bf3f6afafdea3a15 (patch) | |
| tree | 43a9db4d5c999b0f8c8787dcdb51e7b7f7b285c5 /src | |
| parent | 02cfa0be7f79ab0de5ecafce9cea984e881edd06 (diff) | |
| download | box64-4b6ade050f1c69029c764695bf3f6afafdea3a15.tar.gz box64-4b6ade050f1c69029c764695bf3f6afafdea3a15.zip | |
Added wrapped asctime and friends
Diffstat (limited to 'src')
| -rwxr-xr-x | src/wrapped/wrappedlibc_private.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/wrapped/wrappedlibc_private.h b/src/wrapped/wrappedlibc_private.h index c4716f7e..367395ac 100755 --- a/src/wrapped/wrappedlibc_private.h +++ b/src/wrapped/wrappedlibc_private.h @@ -51,8 +51,8 @@ GOW(alphasort64, iFpp) //GOW(argz_replace, //GO(__argz_stringify, //GOW(argz_stringify, -//GO(asctime, -//GOW(asctime_r, +GO(asctime, pFp) +GOW(asctime_r, pFpp) //GO(__asprintf, //GOW(asprintf, //GO(__asprintf_chk, @@ -166,8 +166,8 @@ GOW(connect, iFipu) //GOW(creat64, //GO(create_module, //GO(ctermid, -//GO(ctime, -//GO(ctime_r, +GO(ctime, pFp) +GO(ctime_r, pFpp) //DATA(__ctype32_b, //DATA(__ctype32_tolower, //DATA(__ctype32_toupper, |