]> sourceware.org Git - newlib-cygwin.git/commit
2002-07-23 Jeff Johnston <jjohnstn@redhat.com>
authorJeff Johnston <jjohnstn@redhat.com>
Tue, 23 Jul 2002 19:40:45 +0000 (19:40 +0000)
committerJeff Johnston <jjohnstn@redhat.com>
Tue, 23 Jul 2002 19:40:45 +0000 (19:40 +0000)
commitbc10065533261fbde738caea2096b2bac81a970b
treefa6331544d9f8fb21b59685f241716ffd818e894
parent010bb8a4a1548252fc0c72943441a2252bc7aca9
2002-07-23  Jeff Johnston  <jjohnstn@redhat.com>

        * libc/include/stdio.h: Move fcloseall prototype within
        #ifndef _REENT_ONLY section.
        * libc/sys/linux/Makefile.am: Add new files.
        * libc/sys/linux/Makefile.in: Regenerated.
        * libc/sys/linux/sys/stdio.h: Add ctermid prototype.
        * libc/sys/linux/sys/unistd.h: Add ttyname_r prototype.
        * libc/sys/linux/sys/types.h: Add ino64_t type.
        * libc/sys/linux/ctermid.c: New file.
        * libc/sys/linux/ttyname_r.c: Ditto.
        * libc/sys/linux/readdir64.c: Ditto.
newlib/ChangeLog
newlib/libc/include/stdio.h
newlib/libc/sys/linux/Makefile.am
newlib/libc/sys/linux/Makefile.in
newlib/libc/sys/linux/ctermid.c [new file with mode: 0644]
newlib/libc/sys/linux/readdir64.c [new file with mode: 0644]
newlib/libc/sys/linux/sys/stdio.h
newlib/libc/sys/linux/sys/types.h
newlib/libc/sys/linux/sys/unistd.h
newlib/libc/sys/linux/ttyname_r.c [new file with mode: 0644]
This page took 0.02955 seconds and 5 git commands to generate.