summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2013-04-24 09:23:01 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2013-04-26 10:57:07 +0200
commit3771f3cc564e0551f35a1f39068f6ae4a0ba1a7d (patch)
tree64fd6f60508d84927b8ab05a11e0138aa070a3ec /cpukit
parentlibcsupport: Delete REENT_MALLOCED define (diff)
downloadrtems-3771f3cc564e0551f35a1f39068f6ae4a0ba1a7d.tar.bz2
libcsupport: Delete unused newlib_begin_hook()
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/libcsupport/src/newlibc_reent.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/cpukit/libcsupport/src/newlibc_reent.c b/cpukit/libcsupport/src/newlibc_reent.c
index 3a4a06515a..7589cd3924 100644
--- a/cpukit/libcsupport/src/newlibc_reent.c
+++ b/cpukit/libcsupport/src/newlibc_reent.c
@@ -78,17 +78,6 @@ bool newlib_create_hook(
}
/*
- * Called for all user TASKS (system tasks are MPCI Receive Server and IDLE)
- */
-
-#ifdef NEED_SETVBUF
-void newlib_begin_hook(rtems_tcb *current_task)
-{
- setvbuf( stdout, NULL, _IOLBF, BUFSIZ );
-}
-#endif
-
-/*
* Called when a task is deleted.
* Must restore the new lib reentrancy state for the new current
* task.