X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=CryptoPkg%2FLibrary%2FInclude%2FCrtLibSupport.h;fp=CryptoPkg%2FLibrary%2FInclude%2FCrtLibSupport.h;h=94b0e6b6014fe1d0175472fe786355a1daf5c470;hp=5072c343da57f73506391548b36192063889afee;hb=7de1c71dd2f4e04bd832fc7b92c8255161705393;hpb=5d5be45bd11117c1e479863125e7d772e54772c9 diff --git a/CryptoPkg/Library/Include/CrtLibSupport.h b/CryptoPkg/Library/Include/CrtLibSupport.h index 5072c343da..94b0e6b601 100644 --- a/CryptoPkg/Library/Include/CrtLibSupport.h +++ b/CryptoPkg/Library/Include/CrtLibSupport.h @@ -109,7 +109,7 @@ typedef UINTN off_t; typedef UINTN u_int; typedef INTN ptrdiff_t; typedef INTN ssize_t; -typedef INT32 time_t; +typedef INT64 time_t; typedef UINT8 __uint8_t; typedef UINT8 sa_family_t; typedef UINT8 u_char;