summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/include/rtems
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2015-11-25 09:01:57 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2015-11-27 07:24:51 +0100
commit443c61ec94a7f953d6da0a548c92173ee557d2aa (patch)
tree56897d206dafa6c632c84cac43c1e648010ece26 /cpukit/libcsupport/include/rtems
parentRequire __getreent() (diff)
downloadrtems-443c61ec94a7f953d6da0a548c92173ee557d2aa.tar.bz2
Delete empty libc_init()
Diffstat (limited to 'cpukit/libcsupport/include/rtems')
-rw-r--r--cpukit/libcsupport/include/rtems/libcsupport.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpukit/libcsupport/include/rtems/libcsupport.h b/cpukit/libcsupport/include/rtems/libcsupport.h
index e4ae0aea63..16754c5911 100644
--- a/cpukit/libcsupport/include/rtems/libcsupport.h
+++ b/cpukit/libcsupport/include/rtems/libcsupport.h
@@ -57,7 +57,6 @@ void malloc_set_heap_pointer(Heap_Control *new_heap);
* This routine is primarily used for debugging.
*/
Heap_Control *malloc_get_heap_pointer( void );
-extern void libc_init(void);
extern int host_errno(void);
extern void fix_syscall_errno(void);