summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-10-14 16:27:54 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-10-14 16:27:54 +0000
commitf0ae08cf870f2fef9430974bb902b07d9b3873ce (patch)
treed14ba2c18caf7bbacfd76f65e03170ca341c3f8a
parent2009-10-14 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-f0ae08cf870f2fef9430974bb902b07d9b3873ce.tar.bz2
2009-10-14 Ralf Corsépius <ralf.corsepius@rtems.org>
* libcsupport/src/newlibc_reent.c: Eliminate RTEMS_UNIX.
-rw-r--r--cpukit/ChangeLog1
-rw-r--r--cpukit/libcsupport/src/newlibc_reent.c4
2 files changed, 1 insertions, 4 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index da7e7d73b3..cba1a6adda 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -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.
diff --git a/cpukit/libcsupport/src/newlibc_reent.c b/cpukit/libcsupport/src/newlibc_reent.c
index 97b3556c2b..1315dc35dc 100644
--- a/cpukit/libcsupport/src/newlibc_reent.c
+++ b/cpukit/libcsupport/src/newlibc_reent.c
@@ -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 *) );