Move malloc defines to <sys/malloc.h>

This commit is contained in:
Sebastian Huber
2013-10-24 10:44:22 +02:00
parent 6cdf009465
commit 12b57addab
3 changed files with 7 additions and 5 deletions

View File

@@ -96,9 +96,6 @@
#include <machine/rtems-bsd-symbols.h>
#define realloc _bsd_realloc
#define reallocf _bsd_reallocf
/* Debug */
void rtems_bsd_assert_func(const char *file, int line, const char *func, const char *expr);