2011-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>

* libcsupport/include/rtems/libcsupport.h:
	Add prototype of malloc_info().
This commit is contained in:
Ralf Corsepius
2011-12-02 17:29:07 +00:00
parent 326d83fb6a
commit 7f46921e1d
2 changed files with 4 additions and 0 deletions

View File

@@ -45,6 +45,8 @@ extern void fix_syscall_errno(void);
extern size_t malloc_free_space(void);
extern void open_dev_console(void);
extern int malloc_info(Heap_Information_block *the_info);
/*
* Prototypes required to install newlib reentrancy user extension
*/