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*);