about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2022-07-24 14:00:33 +0200
committerptitSeb <sebastien.chev@gmail.com>2022-07-24 14:00:33 +0200
commitd8bc6dcc1b52f12cd1145467f57c9ba6b18a22ca (patch)
tree95edd1323e12fb21bb3a23806d9485d466cc7b57 /src
parentc0ebc4cbb09e2bc66137535c553d4860363add47 (diff)
downloadbox64-d8bc6dcc1b52f12cd1145467f57c9ba6b18a22ca.tar.gz
box64-d8bc6dcc1b52f12cd1145467f57c9ba6b18a22ca.zip
Added 1 more symbol to wrapped libc
Diffstat (limited to 'src')
-rwxr-xr-xsrc/wrapped/wrappedlibc_private.h3
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)