malloc: Clean up "malloc_p.h" header file

This commit is contained in:
Sebastian Huber
2016-02-25 09:06:07 +01:00
parent 5d478af46b
commit 287a70f935
2 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -23,10 +23,10 @@
#ifdef RTEMS_NEWLIB
#include <stdlib.h>
#include <errno.h>
#include "malloc_p.h"
#include <rtems/chain.h>
#include <rtems/score/sysstate.h>
#include <rtems/score/threaddispatch.h>
+7 -7
View File
@@ -10,16 +10,12 @@
*/
#include <rtems.h>
#include <rtems/libcsupport.h>
#include <rtems/score/protectedheap.h>
#include <rtems/malloc.h>
#ifdef RTEMS_NEWLIB
#include <sys/reent.h>
#endif
#include <stdint.h>
#include <rtems/chain.h>
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */
/*
* Process deferred free operations
@@ -27,3 +23,7 @@
bool malloc_is_system_state_OK(void);
void malloc_deferred_frees_process(void);
void malloc_deferred_free(void *);
#ifdef __cplusplus
}
#endif /* __cplusplus */