From 29d0fe3f748c5a2d26a3fe3e3fe925ca94ff02e2 Mon Sep 17 00:00:00 2001 From: Danny Smith Date: Mon, 7 Apr 2003 01:31:37 +0000 Subject: * include/time.h (strftime): Remove duplicate declaration. --- winsup/mingw/ChangeLog | 4 ++++ winsup/mingw/include/time.h | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/winsup/mingw/ChangeLog b/winsup/mingw/ChangeLog index 8c2575c09..bee6878dc 100644 --- a/winsup/mingw/ChangeLog +++ b/winsup/mingw/ChangeLog @@ -1,3 +1,7 @@ +2003-04-07 Danny Smith + + * include/time.h (strftime): Remove duplicate declaration. + 2003-04-01 Danny Smith * include/_mingw.h (_CRTIMP): Make conditional on __USE_CRTIMP. diff --git a/winsup/mingw/include/time.h b/winsup/mingw/include/time.h index 0b8ef01f3..45d6b0e1c 100644 --- a/winsup/mingw/include/time.h +++ b/winsup/mingw/include/time.h @@ -125,7 +125,6 @@ extern _CRTIMP void __cdecl _tzset (void); extern _CRTIMP void __cdecl tzset (void); #endif -_CRTIMP size_t __cdecl strftime(char*, size_t, const char*, const struct tm*); _CRTIMP char* __cdecl _strdate(char*); _CRTIMP char* __cdecl _strtime(char*); -- cgit v1.2.3