* libc/include/time.h: Add prototype for strptime for Cygwin.
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user