summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cpukit/ChangeLog2
-rw-r--r--cpukit/libcsupport/include/rtems/libcsupport.h2
2 files changed, 4 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 7491a39695..880928308d 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,7 @@
2011-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * libcsupport/include/rtems/libcsupport.h:
+ Add prototype of malloc_info().
* libfs/src/imfs/deviceerrno.c:
Include <rtems/devfs.h> for missing prototypes.
* libfs/src/rfs/rtems-rfs-rtems-dev.c:
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
*/