4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-01-30 02:50:25 +08:00

* include/time.h (strftime): Remove duplicate declaration.

This commit is contained in:
Danny Smith 2003-04-07 01:31:37 +00:00
parent 3f26a1aeb7
commit 29d0fe3f74
2 changed files with 4 additions and 1 deletions

View 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.

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