From f0ae08cf870f2fef9430974bb902b07d9b3873ce Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 14 Oct 2009 16:27:54 +0000 Subject: =?UTF-8?q?2009-10-14=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * libcsupport/src/newlibc_reent.c: Eliminate RTEMS_UNIX. --- cpukit/ChangeLog | 1 + cpukit/libcsupport/src/newlibc_reent.c | 4 ---- 2 files changed, 1 insertion(+), 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 + * 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 int _fwalk(struct _reent *ptr, int (*function) (FILE *) ); -- cgit v1.2.3