summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/include
diff options
context:
space:
mode:
authorThomas Doerfler <Thomas.Doerfler@embedded-brains.de>2008-07-24 14:53:14 +0000
committerThomas Doerfler <Thomas.Doerfler@embedded-brains.de>2008-07-24 14:53:14 +0000
commitde3864ec4bb4fa59bab36bdb9eca59606f453f3d (patch)
treea047e70d2b9b936ad576bf2f03b56eb326603903 /cpukit/libcsupport/include
parentChanged bsp_get_workarea() to bsp_get_work_area() and (diff)
downloadrtems-de3864ec4bb4fa59bab36bdb9eca59606f453f3d.tar.bz2
*** empty log message ***
Diffstat (limited to 'cpukit/libcsupport/include')
-rw-r--r--cpukit/libcsupport/include/rtems/libcsupport.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/cpukit/libcsupport/include/rtems/libcsupport.h b/cpukit/libcsupport/include/rtems/libcsupport.h
index e6db490670..6bd95e763f 100644
--- a/cpukit/libcsupport/include/rtems/libcsupport.h
+++ b/cpukit/libcsupport/include/rtems/libcsupport.h
@@ -73,13 +73,6 @@ rtems_extension libc_delete_hook(
0 /* fatal */ \
}
-/*
- * FIXME: Nearly every BSP declares this function in the BSP startup file
- * separately and uses the implementation in c/src/lib/libbsp/shared/bsplibc.c.
- * Why differ the parameter types from RTEMS_Malloc_Initialize()?
- */
-void bsp_libc_init( void *heap_start, uint32_t heap_size, int use_sbrk);
-
#ifdef __cplusplus
}
#endif