libc/newlib/libc/posix
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
_isatty.c 2008-01-03 Jeff Johnston <jjohnstn@redhat.com> 2008-01-03 22:33:37 +00:00
closedir.c 2003-06-06 Jeff Johnston <jjohnstn@redhat.com> 2003-06-06 19:57:51 +00:00
creat.c 2003-06-06 Jeff Johnston <jjohnstn@redhat.com> 2003-06-06 19:57:51 +00:00
execl.c 2003-06-06 Jeff Johnston <jjohnstn@redhat.com> 2003-06-06 19:57:51 +00:00
execle.c 2003-06-06 Jeff Johnston <jjohnstn@redhat.com> 2003-06-06 19:57:51 +00:00
execlp.c 2003-06-06 Jeff Johnston <jjohnstn@redhat.com> 2003-06-06 19:57:51 +00:00
execv.c Only reference environ indirectly through a pointer 2000-11-22 18:26:10 +00:00
execve.c 2003-06-06 Jeff Johnston <jjohnstn@redhat.com> 2003-06-06 19:57:51 +00:00
execvp.c * libc/posix/execvp.c: Remove obsolete CYGWIN32 considerations throughout. 2001-10-22 16:40:26 +00:00
isatty.c 2008-01-03 Jeff Johnston <jjohnstn@redhat.com> 2008-01-03 22:33:37 +00:00
opendir.c 2003-06-06 Jeff Johnston <jjohnstn@redhat.com> 2003-06-06 19:57:51 +00:00
popen.c 2006-08-22 Eric Blake <ebb9@byu.net> 2006-08-22 20:30:37 +00:00
readdir.c 2003-06-06 Jeff Johnston <jjohnstn@redhat.com> 2003-06-06 19:57:51 +00:00
readdir_r.c 2003-06-06 Jeff Johnston <jjohnstn@redhat.com> 2003-06-06 19:57:51 +00:00
rewinddir.c 2003-06-06 Jeff Johnston <jjohnstn@redhat.com> 2003-06-06 19:57:51 +00:00
scandir.c 2005-10-26 Shaun Jackman <sjackman@gmail.com> 2005-10-26 22:16:34 +00:00
seekdir.c 2003-06-06 Jeff Johnston <jjohnstn@redhat.com> 2003-06-06 19:57:51 +00:00
sleep.c 2006-06-05 Shaun Jackman <sjackman@gmail.com> 2006-06-06 15:41:10 +00:00
telldir.c 2003-06-06 Jeff Johnston <jjohnstn@redhat.com> 2003-06-06 19:57:51 +00:00
usleep.c 2006-06-05 Shaun Jackman <sjackman@gmail.com> 2006-06-06 15:41:10 +00:00