From 93ea5bacb7f104b730980a957688c210175b41dd Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Sat, 10 Sep 2022 18:48:37 +0200 Subject: Added localtime64 and localtime64_r in case they exists --- src/wrapped/wrappedlibc_private.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') 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, -- cgit 1.4.1