2009-10-14 Ralf Corsépius <ralf.corsepius@rtems.org>

* libcsupport/src/newlibc_reent.c: Eliminate RTEMS_UNIX.
This commit is contained in:
Ralf Corsepius
2009-10-14 16:27:54 +00:00
parent 435cf5a26b
commit f0ae08cf87
2 changed files with 1 additions and 4 deletions

View File

@@ -1,5 +1,6 @@
2009-10-14 Ralf Corsépius <ralf.corsepius@rtems.org>
* libcsupport/src/newlibc_reent.c: Eliminate RTEMS_UNIX.
* libcsupport/src/newlibc_exit.c: Eliminate RTEMS_UNIX.
* libcsupport/src/base_fs.c: Eliminate RTEMS_UNIX.
* libcsupport/src/stat.c: Eliminate RTEMS_UNIX.

View File

@@ -36,10 +36,6 @@
* Not sure if this is a problem with hpux, newlib, or something else.
*/
#if defined(RTEMS_UNIX) && !defined(hpux)
#define NEED_SETVBUF
#endif
#include <stdio.h>
int _fwalk(struct _reent *ptr, int (*function) (FILE *) );