2003-09-02 Ilya Alexeev <ilya@continuum.ru>

PR 472/filesystem
	src/malloc.c: Need to include apimutex.h when MALLOC_STATS is defined.
This commit is contained in:
Joel Sherrill
2003-09-02 21:01:21 +00:00
parent 087a6c86f5
commit d5031cbbca
2 changed files with 7 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
2003-09-02 Ilya Alexeev <ilya@continuum.ru>
PR 472/filesystem
src/malloc.c: Need to include apimutex.h when MALLOC_STATS is defined.
2003-08-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
PR 449/rtems:

View File

@@ -19,6 +19,7 @@
#define __RTEMS_VIOLATE_KERNEL_VISIBILITY__
#include <rtems.h>
#include <rtems/libcsupport.h>
#include <rtems/score/apimutex.h>
#ifdef RTEMS_NEWLIB
#include <sys/reent.h>
#endif
@@ -35,6 +36,7 @@
rtems_id RTEMS_Malloc_Heap;
size_t RTEMS_Malloc_Sbrk_amount;
#define MALLOC_STATS
#ifdef RTEMS_DEBUG
#define MALLOC_STATS
#define MALLOC_DIRTY