From f7fce22bcbc4806b89142d2c3fb410eb0475b0c2 Mon Sep 17 00:00:00 2001 From: dannysmith Date: Wed, 12 Oct 2005 00:28:10 +0000 Subject: [PATCH] * include/time.h (_time64): Correct prototype. --- winsup/mingw/ChangeLog | 4 ++++ winsup/mingw/include/time.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/winsup/mingw/ChangeLog b/winsup/mingw/ChangeLog index cef73d7028..2cdd5c4d29 100644 --- a/winsup/mingw/ChangeLog +++ b/winsup/mingw/ChangeLog @@ -1,3 +1,7 @@ +2005-10-12 Danny Smith + + * include/time.h (_time64): Correct prototype. + 2005-10-08 Danny Smith * mingwex/fegetenv.c (fegetenv): Restore exception masks. diff --git a/winsup/mingw/include/time.h b/winsup/mingw/include/time.h index 723eb992c4..2b41a8c6ba 100644 --- a/winsup/mingw/include/time.h +++ b/winsup/mingw/include/time.h @@ -116,7 +116,7 @@ _CRTIMP char* __cdecl _strtime(char*); /* These require newer versions of msvcrt.dll (6.10 or higher). */ #if __MSVCRT_VERSION__ >= 0x0601 -_CRTIMP __time64_t __cdecl _time64( __time64_t); +_CRTIMP __time64_t __cdecl _time64( __time64_t*); _CRTIMP __time64_t __cdecl _mktime64 (struct tm*); _CRTIMP char* __cdecl _ctime64 (const __time64_t*); _CRTIMP struct tm* __cdecl _gmtime64 (const __time64_t*); -- 2.11.0