summaryrefslogtreecommitdiffstats
path: root/cpukit/sapi
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-06-21 21:13:30 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-06-21 21:13:30 +0000
commit654169dc5038c5ac4c0766d0d76862761269bdbb (patch)
tree225a3d018f21f715978805d4d2501fc5081206ef /cpukit/sapi
parent2010-06-21 Peter Dufault <dufault@hda.com> (diff)
downloadrtems-654169dc5038c5ac4c0766d0d76862761269bdbb.tar.bz2
2010-06-21 Joel Sherrill <joel.sherrilL@OARcorp.com>
PR 1581/cpukit * libcsupport/include/rtems/malloc.h, sapi/include/confdefs.h: Remove extra * on function pointer declaration.
Diffstat (limited to 'cpukit/sapi')
-rw-r--r--cpukit/sapi/include/confdefs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/sapi/include/confdefs.h b/cpukit/sapi/include/confdefs.h
index c3ae9467ac..ab5c7a3155 100644
--- a/cpukit/sapi/include/confdefs.h
+++ b/cpukit/sapi/include/confdefs.h
@@ -679,7 +679,7 @@ rtems_fs_init_functions_t rtems_fs_init_helper =
* 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