summaryrefslogtreecommitdiffstats
path: root/cpukit/sapi
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-06-21 21:13:42 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-06-21 21:13:42 +0000
commit0de235f97f914baaa9e93518e30ebcbce9af3795 (patch)
tree1b6e99a14fae3afa6ec39de269e9dff488e957a7 /cpukit/sapi
parent2010-06-21 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-0de235f97f914baaa9e93518e30ebcbce9af3795.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 096ff05c5c..562bea791a 100644
--- a/cpukit/sapi/include/confdefs.h
+++ b/cpukit/sapi/include/confdefs.h
@@ -703,7 +703,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