forked from Imagelibrary/rtems
Rework autoconf defines.
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
#include "config.h"
|
#include "config.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef RTEMS_NEWLIB
|
#if defined(RTEMS_NEWLIB) && !defined(HAVE__FREE_R)
|
||||||
#include <sys/reent.h>
|
#include <sys/reent.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
#include "config.h"
|
#include "config.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef RTEMS_NEWLIB
|
#if defined(RTEMS_NEWLIB) && !defined(HAVE__MALLOC_R)
|
||||||
#include <sys/reent.h>
|
#include <sys/reent.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user