From 2f72de25741460cd968c76c9793f14edb95647a1 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 24 Apr 2013 09:29:33 +0200 Subject: [PATCH] libcsupport: Make newlib_free_buffers() static --- cpukit/libcsupport/src/newlibc_reent.c | 7 +------ 1 file changed, 1 insertion(+), 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 ) {