[rtems commit] libcsupport: Make newlib_free_buffers() static

Sebastian Huber sebh at rtems.org
Fri Apr 26 09:04:11 UTC 2013


Module:    rtems
Branch:    master
Commit:    2f72de25741460cd968c76c9793f14edb95647a1
Changeset: http://git.rtems.org/rtems/commit/?id=2f72de25741460cd968c76c9793f14edb95647a1

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Wed Apr 24 09:29:33 2013 +0200

libcsupport: Make newlib_free_buffers() static

---

 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
 )
 {




More information about the vc mailing list