libcsupport: Make newlib_free_buffers() static

This commit is contained in:
Sebastian Huber
2013-04-24 09:29:33 +02:00
parent 3771f3cc56
commit 2f72de2574

View File

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