summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2015-11-26 07:29:33 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2015-11-27 07:25:01 +0100
commit50552818d782f66bce065924554d113d618bbf80 (patch)
tree241842ff79d8e96f0f5574efd982df7c0b6e3a08
parentDelete empty libc_init() (diff)
downloadrtems-50552818d782f66bce065924554d113d618bbf80.tar.bz2
Delete unused declarations and define
-rw-r--r--cpukit/libcsupport/include/rtems/libcsupport.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/cpukit/libcsupport/include/rtems/libcsupport.h b/cpukit/libcsupport/include/rtems/libcsupport.h
index 16754c5911..1e1655142b 100644
--- a/cpukit/libcsupport/include/rtems/libcsupport.h
+++ b/cpukit/libcsupport/include/rtems/libcsupport.h
@@ -57,8 +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 int host_errno(void);
-extern void fix_syscall_errno(void);
/**
* @brief Get free malloc information.
@@ -82,8 +80,6 @@ bool newlib_create_hook(
rtems_tcb *creating_task
);
-#define __RTEMS_NEWLIB_BEGIN 0
-
void newlib_terminate_hook(
rtems_tcb *current_task
);
@@ -95,7 +91,7 @@ void newlib_terminate_hook(
0, /* rtems_task_restart */ \
0, /* rtems_task_delete */ \
0, /* task_switch */ \
- __RTEMS_NEWLIB_BEGIN, /* task_begin */ \
+ 0, /* task_begin */ \
0, /* task_exitted */ \
0, /* fatal */ \
newlib_terminate_hook /* thread terminate */ \