libc/newlib/libc/reent
Jeff Johnston a639937a9a 2008-01-03 Jeff Johnston <jjohnstn@redhat.com>
Make isatty syscall handling consistent with other newlib syscalls.

        * libc/include/_syslist.h: Add _isatty.
        * libc/include/reent.h: Add _isatty_r.
        * libc/include/sys/unistd.h: Add _isatty.
        * libc/posix/Makefile.am: Add new _isatty.c file.
        * libc/posix/Makefile.in: Regenerated.
        * libc/posix/_isatty.c: New file.
        * libc/posix/isatty.c: Changed to call _isatty().
        * libc/reent/Makefile.am: Add new isattyr.c file.
        * libc/reent/Makefile.in: Regenerated.
        * libc/reent/isattyr.c: New file.
        * libc/stdio/freopen.c: Changed to call _isatty_r().
        * libc/stdio/makebuf.c: Ditto.
        * libc/sys/a29khif/_isatty.S: Change isatty to _isatty.
        * libc/sys/arc/isatty.c: Ditto.
        * libc/sys/arm/syscalls.c: Ditto.
        * libc/sys/d10v/syscalls.c: Ditto.
        * libc/sys/h8300hms/syscalls.c: Ditto.
        * libc/sys/h8500hms/syscalls.c: Ditto.
        * libc/sys/linux/Makefile.am: Add new isatty.c file.
        * libc/sys/linux/Makefile.in: Regenerated.
        * libc/sys/linux/isatty.c: New file.
        * libc/syscalls/Makefile.am: Add new sysisatty.c file.
        * libc/syscalls/Makefile.in: Regenerated.
        * libc/syscalls/sysisatty.c: New file.
2008-01-03 22:33:37 +00:00
..
Makefile.am 2008-01-03 Jeff Johnston <jjohnstn@redhat.com> 2008-01-03 22:33:37 +00:00
Makefile.in 2008-01-03 Jeff Johnston <jjohnstn@redhat.com> 2008-01-03 22:33:37 +00:00
closer.c import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
execr.c 2003-06-03 Jeff Johnston <jjohnstn@redhat.com> 2003-06-03 19:48:08 +00:00
fcntlr.c 2003-06-03 Jeff Johnston <jjohnstn@redhat.com> 2003-06-03 19:48:08 +00:00
fstat64r.c 2003-06-03 Jeff Johnston <jjohnstn@redhat.com> 2003-06-03 19:48:08 +00:00
fstatr.c 2000-08-23 Werner Almesberger <Werner.Almesberger@epfl.ch> 2000-08-24 18:51:09 +00:00
getreent.c * libc/reent/getreent.c: Allow for case where __getreent is 2007-09-07 00:45:55 +00:00
gettimeofdayr.c 2007-07-06 Jeff Johnston <jjohnstn@redhat.com> 2007-07-06 16:56:30 +00:00
impure.c 2004-09-15 Corinna Vinschen <vinschen@redhat.com> 2004-09-15 21:44:39 +00:00
isattyr.c 2008-01-03 Jeff Johnston <jjohnstn@redhat.com> 2008-01-03 22:33:37 +00:00
linkr.c 2003-06-03 Jeff Johnston <jjohnstn@redhat.com> 2003-06-03 19:48:08 +00:00
lseek64r.c 2003-06-03 Jeff Johnston <jjohnstn@redhat.com> 2003-06-03 19:48:08 +00:00
lseekr.c 2003-06-03 Jeff Johnston <jjohnstn@redhat.com> 2003-06-03 19:48:08 +00:00
open64r.c 2002-08-26 Jeff Johnston <jjohnstn@redhat.com> 2002-08-26 18:56:09 +00:00
openr.c 2003-06-03 Jeff Johnston <jjohnstn@redhat.com> 2003-06-03 19:48:08 +00:00
readr.c 2003-06-03 Jeff Johnston <jjohnstn@redhat.com> 2003-06-03 19:48:08 +00:00
reent.c * libc/reent/reeent.c (_reclaim_reent): Free _REENT_MP_RESULT. 2006-10-11 08:04:50 +00:00
reent.tex 2005-10-14 Bob Wilson <bob.wilson@acm.org> 2005-10-14 18:37:24 +00:00
renamer.c 2007-09-18 Jeff Johnston <jjohnstn@redhat.com> 2007-09-18 19:32:43 +00:00
sbrkr.c 2003-06-03 Jeff Johnston <jjohnstn@redhat.com> 2003-06-03 19:48:08 +00:00
signalr.c 2003-06-03 Jeff Johnston <jjohnstn@redhat.com> 2003-06-03 19:48:08 +00:00
signgam.c 2003-06-03 Jeff Johnston <jjohnstn@redhat.com> 2003-06-03 19:48:08 +00:00
statr.c 2003-06-03 Jeff Johnston <jjohnstn@redhat.com> 2003-06-03 19:48:08 +00:00
timesr.c 2007-02-21 Patrick Mansfield <patmans@us.ibm.com> 2007-02-21 19:22:33 +00:00
unlinkr.c 2003-06-03 Jeff Johnston <jjohnstn@redhat.com> 2003-06-03 19:48:08 +00:00
writer.c 2003-06-03 Jeff Johnston <jjohnstn@redhat.com> 2003-06-03 19:48:08 +00:00