From 774aade6018bbc539d4f9e5a09b80d244085efbb Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 15 Oct 2009 18:56:17 +0000 Subject: 2009-10-15 Joel Sherrill * sapi/include/confdefs.h: Correct type of rtems_malloc_dirty_helper so usable. --- cpukit/sapi/include/confdefs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/sapi/include/confdefs.h') diff --git a/cpukit/sapi/include/confdefs.h b/cpukit/sapi/include/confdefs.h index cfb1facc89..87e0cb2bc1 100644 --- a/cpukit/sapi/include/confdefs.h +++ b/cpukit/sapi/include/confdefs.h @@ -360,7 +360,7 @@ extern rtems_configuration_table Configuration; * allocated. This is helpful for finding unitialized data structure * problems. */ - rtems_malloc_dirtier_t *rtems_malloc_dirty_helper = + rtems_malloc_dirtier_t rtems_malloc_dirty_helper = #if defined(CONFIGURE_MALLOC_DIRTY) rtems_malloc_dirty_memory; #else -- cgit v1.2.3