summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2013-04-24 09:29:33 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2013-04-26 10:57:07 +0200
commit2f72de25741460cd968c76c9793f14edb95647a1 (patch)
tree08247f6c3bce58b63f4f73af0bbaf3aec96da390 /cpukit
parentlibcsupport: Delete unused newlib_begin_hook() (diff)
downloadrtems-2f72de25741460cd968c76c9793f14edb95647a1.tar.bz2
libcsupport: Make newlib_free_buffers() static
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/libcsupport/src/newlibc_reent.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/cpukit/libcsupport/src/newlibc_reent.c b/cpukit/libcsupport/src/newlibc_reent.c
index 7589cd3924..6710ce68a1 100644
--- a/cpukit/libcsupport/src/newlibc_reent.c
+++ b/cpukit/libcsupport/src/newlibc_reent.c
@@ -77,12 +77,7 @@ bool newlib_create_hook(
return FALSE;
}
-/*
- * Called when a task is deleted.
- * Must restore the new lib reentrancy state for the new current
- * task.
- */
-int newlib_free_buffers(
+static int newlib_free_buffers(
FILE *fp
)
{