]> rtime.felk.cvut.cz Git - fpga/lx-cpu1/newlib-tumbl.git/commitdiff
* libc/include/time.h: Add prototype for strptime for Cygwin.
authorChristopher Faylor <cgf@redhat.com>
Fri, 18 Jan 2002 16:25:50 +0000 (16:25 +0000)
committerChristopher Faylor <cgf@redhat.com>
Fri, 18 Jan 2002 16:25:50 +0000 (16:25 +0000)
newlib/ChangeLog
newlib/libc/include/time.h

index 75c9223261e3e5682a29bcde154a33b783443796..508f597e1558766455c58b15323a222e17f4fb9c 100644 (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
index f8bb53eb18590840eb79bc901bea641445d9654a..1398ba4c619ab252be38b566ac4a34fec9be8445 100644 (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;