Rework autoconf defines.

This commit is contained in:
Ralf Corsepius
2009-09-30 05:15:00 +00:00
parent 4a039cdb09
commit 96c56e239e
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@
#include "config.h"
#endif
#ifdef RTEMS_NEWLIB
#if defined(RTEMS_NEWLIB) && !defined(HAVE__FREE_R)
#include <sys/reent.h>
#include <stdlib.h>

View File

@@ -15,7 +15,7 @@
#include "config.h"
#endif
#ifdef RTEMS_NEWLIB
#if defined(RTEMS_NEWLIB) && !defined(HAVE__MALLOC_R)
#include <sys/reent.h>
#include <stdlib.h>