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:
parent
3f26a1aeb7
commit
29d0fe3f74
@ -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.
|
||||
|
@ -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*);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user