summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src/newlibc_init.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libcsupport/src/newlibc_init.c')
-rw-r--r--cpukit/libcsupport/src/newlibc_init.c11
1 files changed, 8 insertions, 3 deletions
diff --git a/cpukit/libcsupport/src/newlibc_init.c b/cpukit/libcsupport/src/newlibc_init.c
index ff6d438b33..110f721554 100644
--- a/cpukit/libcsupport/src/newlibc_init.c
+++ b/cpukit/libcsupport/src/newlibc_init.c
@@ -1,3 +1,10 @@
+/**
+ * @file
+ *
+ * @brief Newlib Initialization
+ * @ingroup libcsupport
+ */
+
/*
* Implementation of hooks for the CYGNUS newlib libc
* These hooks set things up so that:
@@ -17,7 +24,7 @@
#if defined(RTEMS_NEWLIB)
-/*
+/**
* Init libc for CYGNUS newlib
*
* Set up _REENT to use our global libc_global_reent.
@@ -29,8 +36,6 @@
* create, delete, switch, exit, etc.
*
*/
-
-
void
libc_init(void)
{