diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2022-07-24 14:00:33 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2022-07-24 14:00:33 +0200 |
| commit | d8bc6dcc1b52f12cd1145467f57c9ba6b18a22ca (patch) | |
| tree | 95edd1323e12fb21bb3a23806d9485d466cc7b57 /src/wrapped | |
| parent | c0ebc4cbb09e2bc66137535c553d4860363add47 (diff) | |
| download | box64-d8bc6dcc1b52f12cd1145467f57c9ba6b18a22ca.tar.gz box64-d8bc6dcc1b52f12cd1145467f57c9ba6b18a22ca.zip | |
Added 1 more symbol to wrapped libc
Diffstat (limited to 'src/wrapped')
| -rwxr-xr-x | src/wrapped/wrappedlibc_private.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/wrapped/wrappedlibc_private.h b/src/wrapped/wrappedlibc_private.h index 52c82f78..cd2b728e 100755 --- a/src/wrapped/wrappedlibc_private.h +++ b/src/wrapped/wrappedlibc_private.h @@ -192,7 +192,8 @@ GOM(__cxa_thread_atexit_impl, iFEppp) //GO(__cyg_profile_func_enter, //GO(__cyg_profile_func_exit, GO(daemon, iFii) -//DATAB(__daylight, +DATAB(__daylight, 4) +DATA(daylight, 4) GO(__dcgettext, pFppi) GOW(dcgettext, pFppi) GOW(dcngettext, pFpppLi) |