* libc/include/time.h: Add prototype for strptime for Cygwin.
This commit is contained in:
parent
e47cd9cd5f
commit
13baedeb74
|
@ -1,3 +1,7 @@
|
|||
2002-01-18 Mark Bradshaw <bradshaw@staff.crosswalk.com>
|
||||
|
||||
* libc/include/time.h: Add prototype for strptime for Cygwin.
|
||||
|
||||
2002-01-17 Nick Clifton <nickc@cambridge.redhat.com>
|
||||
|
||||
* libc/machine/xscale/memset.c (memset): Fix bug when len == 1 and
|
||||
|
|
|
@ -62,6 +62,7 @@ struct tm *_EXFUN(gmtime_r, (const time_t *, struct tm *));
|
|||
struct tm *_EXFUN(localtime_r, (const time_t *, struct tm *));
|
||||
|
||||
#ifdef __CYGWIN__
|
||||
char *_EXFUN(strptime, (const char *, const char *, struct tm *));
|
||||
#ifndef __STRICT_ANSI__
|
||||
extern __IMPORT time_t _timezone;
|
||||
extern __IMPORT int _daylight;
|
||||
|
|
Loading…
Reference in New Issue