[PATCH 4/8] libcsupport: Make newlib_free_buffers() static
Sebastian Huber
sebastian.huber at embedded-brains.de
Thu Apr 25 09:19:57 UTC 2013
---
cpukit/libcsupport/src/newlibc_reent.c | 7 +------
1 files changed, 1 insertions(+), 6 deletions(-)
diff --git a/cpukit/libcsupport/src/newlibc_reent.c b/cpukit/libcsupport/src/newlibc_reent.c
index 7589cd3..6710ce6 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
)
{
--
1.7.7
More information about the devel
mailing list