mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-26 22:48:23 +00:00
2009-10-14 Ralf Corsépius <ralf.corsepius@rtems.org>
* libcsupport/src/newlibc_reent.c: Eliminate RTEMS_UNIX.
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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 *) );
|
||||
|
||||
Reference in New Issue
Block a user