2009-10-15 Joel Sherrill <joel.sherrill@OARcorp.com>

* libcsupport/include/rtems/malloc.h: Correct type of
	rtems_malloc_dirty_helper so usable.
This commit is contained in:
Joel Sherrill
2009-10-15 18:55:51 +00:00
parent b7a6078a99
commit 9943fac266
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2009-10-15 Joel Sherrill <joel.sherrill@OARcorp.com>
* libcsupport/include/rtems/malloc.h: Correct type of
rtems_malloc_dirty_helper so usable.
2009-09-15 Ralf Corsépius <ralf.corsepius@rtems.org>
PR 1441/cpukit

View File

@@ -84,7 +84,7 @@ extern rtems_malloc_sbrk_functions_t *rtems_malloc_sbrk_helpers;
* Malloc Plugin to Dirty Memory at Allocation Time
*/
typedef void (*rtems_malloc_dirtier_t)(void *, size_t);
extern rtems_malloc_dirtier_t *rtems_malloc_dirty_helper;
extern rtems_malloc_dirtier_t rtems_malloc_dirty_helper;
/** @brief Dirty memory function
*