OSDN Git Service

* include/time.h (strftime): Remove duplicate declaration.
authordannysmith <dannysmith>
Mon, 7 Apr 2003 01:31:37 +0000 (01:31 +0000)
committerdannysmith <dannysmith>
Mon, 7 Apr 2003 01:31:37 +0000 (01:31 +0000)
winsup/mingw/ChangeLog
winsup/mingw/include/time.h

index 8c2575c..bee6878 100644 (file)
@@ -1,3 +1,7 @@
+2003-04-07  Danny Smith  <dannysmith@users.sourceforge.net>
+
+       * include/time.h (strftime): Remove duplicate declaration.
+
 2003-04-01  Danny Smith  <dannysmith@users.sourceforge.net>
 
        * include/_mingw.h (_CRTIMP): Make conditional on __USE_CRTIMP.
index 0b8ef01..45d6b0e 100644 (file)
@@ -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*);