Index: src/newlib/libc/include/time.h =================================================================== RCS file: /cvs/src/src/newlib/libc/include/time.h,v retrieving revision 1.5 diff -u -p -r1.5 time.h --- time.h 2001/04/19 15:54:47 1.5 +++ time.h 2002/01/18 12:48:07 @@ -62,6 +62,7 @@ struct tm *_EXFUN(gmtime_r, (const time_ 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;