newlib-cygwin/newlib/libc/time
Jeff Johnston 9e2a4ef876 2001-08-29 Jeff Johnston <jjohnstn@redhat.com>
* libc/include/sys/reent.h: Add include of <sys/_types.h>.
        No longer include time.h.  Add struct __tm to use for
        _localtime_buf in the reentrant structure.  Add a
        _NULL definition to use in initializing the reentrant struct.
        * libc/include/sys/config.h: For CYGWIN32 and RTEMS, change
        the _READ_WRITE_RETURN_TYPE to _ssize_t which is found in
        <sys/_types.h>.
        * libc/include/sys/unistd.h: Include <sys/_types.h>.
        * libc/time/lcltime.c (localtime): Cast the reentrant struct
        _localtime_buf to be struct tm *.
2001-08-29 19:47:43 +00:00
..
Makefile.am import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
Makefile.in import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
asctime.c import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
asctime_r.c Wed May 10 13:52:24 2000 Egor Duda <deo@logos-m.ru> 2000-05-10 17:58:29 +00:00
clock.c import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
ctime.c import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
ctime_r.c import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
difftime.c import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
gmtime.c import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
gmtime_r.c import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
lcltime.c 2001-08-29 Jeff Johnston <jjohnstn@redhat.com> 2001-08-29 19:47:43 +00:00
lcltime_r.c import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
mktime.c 2001-03-05 Jeff Johnston <jjohnstn@redhat.com> 2001-03-05 21:07:20 +00:00
strftime.c import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
time.c import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
time.tex import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00