From 96c56e239e6fcf0f0a89437821f13f9f59b95019 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 30 Sep 2009 05:15:00 +0000 Subject: Rework autoconf defines. --- cpukit/libcsupport/src/_free_r.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/libcsupport/src/_free_r.c') diff --git a/cpukit/libcsupport/src/_free_r.c b/cpukit/libcsupport/src/_free_r.c index d5a91dc36a..9b3eb5c285 100644 --- a/cpukit/libcsupport/src/_free_r.c +++ b/cpukit/libcsupport/src/_free_r.c @@ -15,7 +15,7 @@ #include "config.h" #endif -#ifdef RTEMS_NEWLIB +#if defined(RTEMS_NEWLIB) && !defined(HAVE__FREE_R) #include #include -- cgit v1.2.3