More stuff removed as a result of using newlib's isatty() implementation.

These were noticed by Eric Norum.
This commit is contained in:
Joel Sherrill
1998-04-06 15:57:58 +00:00
parent 9d07e59d55
commit c796ea979c
4 changed files with 0 additions and 37 deletions

View File

@@ -32,11 +32,6 @@
#include <errno.h>
/*
* NOTE: When using RTEMS fake stat, fstat, and isatty, all output
* is line buffered so this setvbuf is not necessary. This
* setvbuf insures that we can redirect the output of a test
* on the UNIX simulator and it is in the same order as for a
* real target.
* NOTE:
* There is some problem with doing this on the hpux version
* of the UNIX simulator (symptom is printf core dumps), so
@@ -143,12 +138,6 @@ libc_start_hook(rtems_tcb *current_task,
/*
* Called for all user TASKS (system tasks are MPCI Receive Server and IDLE)
*
* NOTE: When using RTEMS fake stat, fstat, and isatty, all output
* is line buffered so this setvbuf is not necessary. This
* setvbuf insures that we can redirect the output of a test
* on the UNIX simulator and it is in the same order as for a
* real target.
*/
#ifdef NEED_SETVBUF

View File

@@ -32,11 +32,6 @@
#include <errno.h>
/*
* NOTE: When using RTEMS fake stat, fstat, and isatty, all output
* is line buffered so this setvbuf is not necessary. This
* setvbuf insures that we can redirect the output of a test
* on the UNIX simulator and it is in the same order as for a
* real target.
* NOTE:
* There is some problem with doing this on the hpux version
* of the UNIX simulator (symptom is printf core dumps), so
@@ -143,12 +138,6 @@ libc_start_hook(rtems_tcb *current_task,
/*
* Called for all user TASKS (system tasks are MPCI Receive Server and IDLE)
*
* NOTE: When using RTEMS fake stat, fstat, and isatty, all output
* is line buffered so this setvbuf is not necessary. This
* setvbuf insures that we can redirect the output of a test
* on the UNIX simulator and it is in the same order as for a
* real target.
*/
#ifdef NEED_SETVBUF

View File

@@ -29,10 +29,6 @@
#include <rtems/libio.h>
#ifdef RTEMS_NEWLIB
/*
* fstat, stat, and isatty must lie consistently and report that everything
* is a tty or stdout will not be line buffered.
*/
int __rtems_fstat(int _fd, struct stat* _sbuf)
{

View File

@@ -32,11 +32,6 @@
#include <errno.h>
/*
* NOTE: When using RTEMS fake stat, fstat, and isatty, all output
* is line buffered so this setvbuf is not necessary. This
* setvbuf insures that we can redirect the output of a test
* on the UNIX simulator and it is in the same order as for a
* real target.
* NOTE:
* There is some problem with doing this on the hpux version
* of the UNIX simulator (symptom is printf core dumps), so
@@ -143,12 +138,6 @@ libc_start_hook(rtems_tcb *current_task,
/*
* Called for all user TASKS (system tasks are MPCI Receive Server and IDLE)
*
* NOTE: When using RTEMS fake stat, fstat, and isatty, all output
* is line buffered so this setvbuf is not necessary. This
* setvbuf insures that we can redirect the output of a test
* on the UNIX simulator and it is in the same order as for a
* real target.
*/
#ifdef NEED_SETVBUF