From 7f46921e1d9ea3223a76d62c2580e913bc7d5874 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 2 Dec 2011 17:29:07 +0000 Subject: =?UTF-8?q?2011-12-02=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * libcsupport/include/rtems/libcsupport.h: Add prototype of malloc_info(). --- cpukit/libcsupport/include/rtems/libcsupport.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cpukit/libcsupport') diff --git a/cpukit/libcsupport/include/rtems/libcsupport.h b/cpukit/libcsupport/include/rtems/libcsupport.h index 21a3939f6c..bb1e97d953 100644 --- a/cpukit/libcsupport/include/rtems/libcsupport.h +++ b/cpukit/libcsupport/include/rtems/libcsupport.h @@ -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 */ -- cgit v1.2.3