about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/wrapped32/generated/functions_list.txt3
-rw-r--r--src/wrapped32/generated/wrappedlibctypes32.h3
2 files changed, 6 insertions, 0 deletions
diff --git a/src/wrapped32/generated/functions_list.txt b/src/wrapped32/generated/functions_list.txt
index ddca1646..e75ccff8 100644
--- a/src/wrapped32/generated/functions_list.txt
+++ b/src/wrapped32/generated/functions_list.txt
@@ -2186,6 +2186,8 @@ wrappedlibc:
   - shmdt
   - sysinfo
 - iEO:
+- IEp:
+  - __time64
 - uEp:
 - uES:
   - getwc
@@ -2217,6 +2219,7 @@ wrappedlibc:
   - _ZGTtnaX
   - _ZGTtnam
 - pEp:
+  - __localtime64
   - getgrnam
   - getprotobyname
   - getpwnam
diff --git a/src/wrapped32/generated/wrappedlibctypes32.h b/src/wrapped32/generated/wrappedlibctypes32.h
index de0d6910..b4bd2a17 100644
--- a/src/wrapped32/generated/wrappedlibctypes32.h
+++ b/src/wrapped32/generated/wrappedlibctypes32.h
@@ -20,6 +20,7 @@ typedef int32_t (*iEi_t)(int32_t);
 typedef int32_t (*iEL_t)(uintptr_t);
 typedef int32_t (*iEp_t)(void*);
 typedef int32_t (*iEO_t)(int32_t);
+typedef int64_t (*IEp_t)(void*);
 typedef uint32_t (*uEp_t)(void*);
 typedef uint32_t (*uES_t)(void*);
 typedef uint64_t (*UEp_t)(void*);
@@ -151,6 +152,7 @@ typedef int32_t (*iFpuippupp_t)(void*, uint32_t, int32_t, void*, void*, uint32_t
 	GO(__close_nocancel, iEi_t) \
 	GO(shmdt, iEp_t) \
 	GO(sysinfo, iEp_t) \
+	GO(__time64, IEp_t) \
 	GO(getwc, uES_t) \
 	GO(__sysconf, lEi_t) \
 	GO(sysconf, lEi_t) \
@@ -168,6 +170,7 @@ typedef int32_t (*iFpuippupp_t)(void*, uint32_t, int32_t, void*, void*, uint32_t
 	GO(_ZGTtnaj, pFu_t) \
 	GO(_ZGTtnaX, pFL_t) \
 	GO(_ZGTtnam, pFL_t) \
+	GO(__localtime64, pEp_t) \
 	GO(getgrnam, pEp_t) \
 	GO(getprotobyname, pEp_t) \
 	GO(getpwnam, pEp_t) \