summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src/newlibc_reent.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libcsupport/src/newlibc_reent.c')
-rw-r--r--cpukit/libcsupport/src/newlibc_reent.c9
1 files changed, 7 insertions, 2 deletions
diff --git a/cpukit/libcsupport/src/newlibc_reent.c b/cpukit/libcsupport/src/newlibc_reent.c
index 91b5bde5c9..72aa7f592c 100644
--- a/cpukit/libcsupport/src/newlibc_reent.c
+++ b/cpukit/libcsupport/src/newlibc_reent.c
@@ -1,3 +1,10 @@
+/**
+ * @file
+ *
+ * @brief Newlib Support
+ * @ingroup libcsupport
+ */
+
/*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
@@ -98,9 +105,7 @@ void newlib_begin_hook(rtems_tcb *current_task)
* Called when a task is deleted.
* Must restore the new lib reentrancy state for the new current
* task.
- *
*/
-
int newlib_free_buffers(
FILE *fp
)