[MSVCRT] Officially implement _localtime32{,_s} (#5652)

required by the guest additions of an app called "UTM", which is a QEMU fork
This commit is contained in:
William Kent 2023-09-06 06:04:05 -04:00 committed by GitHub
parent 3f921d1119
commit 94e0c54c7d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View file

@ -34,10 +34,10 @@
@ stub _gmtime32_s
@ stdcall _gmtime64() msvcrt._gmtime64
@ stub _gmtime64_s
@ stub _localtime32
@ stub _localtime32_s
@ stdcall _localtime64() msvcrt._localtime64
@ stub _localtime64_s
@ cdecl -version=0x600+ _localtime32() msvcrt._localtime32
@ cdecl -version=0x600+ _localtime32_s() msvcrt._localtime32_s
@ cdecl _localtime64() msvcrt._localtime64
@ cdecl -version=0x600+ _localtime64_s() msvcrt._localtime64_s
@ stub _mkgmtime32
@ stdcall _mkgmtime64() msvcrt._mkgmtime64
@ stub _mktime32

View file

@ -710,8 +710,8 @@
@ cdecl -arch=x86_64 _local_unwind(ptr ptr)
@ cdecl -arch=i386 _local_unwind2(ptr long)
@ cdecl -arch=i386 -version=0x600+ _local_unwind4(ptr ptr long)
@ stub -version=0x600+ _localtime32
@ stub -version=0x600+ _localtime32_s
@ cdecl -version=0x600+ _localtime32(ptr)
@ cdecl -version=0x600+ _localtime32_s(ptr ptr)
@ cdecl _localtime64(ptr)
@ cdecl -version=0x600+ _localtime64_s(ptr ptr)
@ cdecl _lock(long)