Rework autoconf defines.

This commit is contained in:
Ralf Corsepius
2009-09-30 06:15:39 +00:00
parent 54135632dc
commit a13c3df9fa
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
#include "config.h"
#endif
#ifdef RTEMS_NEWLIB
#if defined(RTEMS_NEWLIB) && !defined(HAVE__CALLOC_R)
#include <sys/reent.h>
#include <stdlib.h>
+1 -1
View File
@@ -15,7 +15,7 @@
#include "config.h"
#endif
#ifdef RTEMS_NEWLIB
#if defined(RTEMS_NEWLIB) && !defined(HAVE__REALLOC_R)
#include <sys/reent.h>
#include <stdlib.h>
+1 -1
View File
@@ -44,7 +44,7 @@ int close(
* This is the Newlib dependent reentrant version of close().
*/
#if defined(RTEMS_NEWLIB)
#if defined(RTEMS_NEWLIB) && !defined(HAVE__CLOSE_R)
#include <reent.h>
+1 -1
View File
@@ -208,7 +208,7 @@ done:
* This is the Newlib dependent reentrant version of open().
*/
#if defined(RTEMS_NEWLIB)
#if defined(RTEMS_NEWLIB) && !defined(HAVE__OPEN_R)
#include <reent.h>