* libc/include/time.h: Add prototype for strptime for Cygwin.

This commit is contained in:
Christopher Faylor 2002-01-18 16:25:50 +00:00
parent e47cd9cd5f
commit 13baedeb74
2 changed files with 5 additions and 0 deletions

View File

@ -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

View File

@ -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;