about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2022-09-10 18:48:37 +0200
committerptitSeb <sebastien.chev@gmail.com>2022-09-10 18:48:37 +0200
commit93ea5bacb7f104b730980a957688c210175b41dd (patch)
tree263ed8a3c7cc3bd64203aea1b7c3341f814822a0 /src
parent841c5c22e0766bd0ebee6c088742c4e2726f7146 (diff)
downloadbox64-93ea5bacb7f104b730980a957688c210175b41dd.tar.gz
box64-93ea5bacb7f104b730980a957688c210175b41dd.zip
Added localtime64 and localtime64_r in case they exists
Diffstat (limited to 'src')
-rwxr-xr-xsrc/wrapped/wrappedlibc_private.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wrapped/wrappedlibc_private.h b/src/wrapped/wrappedlibc_private.h
index b9b9452e..4f240c56 100755
--- a/src/wrapped/wrappedlibc_private.h
+++ b/src/wrapped/wrappedlibc_private.h
@@ -1091,7 +1091,9 @@ GO(llistxattr, lFppL)
 //DATAB(loc2, 
 GO(localeconv, pFv)
 GO(localtime, pFp)
+GO(localtime64, pFp)
 GOW(localtime_r, pFpp)
+GOW(localtime64_r, pFpp)
 GO(lockf, iFiil)
 GOW(lockf64, iFiil)
 //DATAB(locs,