From 9943fac266b512f1cfc1c22dcf69665759d83109 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 15 Oct 2009 18:55:51 +0000 Subject: 2009-10-15 Joel Sherrill * libcsupport/include/rtems/malloc.h: Correct type of rtems_malloc_dirty_helper so usable. --- cpukit/libcsupport/include/rtems/malloc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/libcsupport/include') diff --git a/cpukit/libcsupport/include/rtems/malloc.h b/cpukit/libcsupport/include/rtems/malloc.h index d3018db73c..487128126a 100644 --- a/cpukit/libcsupport/include/rtems/malloc.h +++ b/cpukit/libcsupport/include/rtems/malloc.h @@ -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 * -- cgit v1.2.3