summaryrefslogtreecommitdiff
path: root/nuttx/libc/misc
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-03-11 20:26:55 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-03-11 20:26:55 +0000
commit569561d0b8bbf208837ed267a59b5c8152b278d7 (patch)
treea811a5b1a1418ff45417d02863d5fcc2ffaa8b25 /nuttx/libc/misc
parent3578c60ae17a31fef6486ba5c3a2f97b899fb243 (diff)
downloadpx4-nuttx-569561d0b8bbf208837ed267a59b5c8152b278d7.tar.gz
px4-nuttx-569561d0b8bbf208837ed267a59b5c8152b278d7.tar.bz2
px4-nuttx-569561d0b8bbf208837ed267a59b5c8152b278d7.zip
Reorganize some AT91SAM3U files; Add an NSH kernel build configuration to the WaveSahhare Open1788 board
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5732 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/libc/misc')
-rw-r--r--nuttx/libc/misc/lib_init.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/nuttx/libc/misc/lib_init.c b/nuttx/libc/misc/lib_init.c
index efd2c806b..ca5e5d037 100644
--- a/nuttx/libc/misc/lib_init.c
+++ b/nuttx/libc/misc/lib_init.c
@@ -52,7 +52,7 @@
#if !defined(CONFIG_NUTTX_KERNEL) || defined(__KERNEL__)
/************************************************************
- * Definitions
+ * Pre-processor Definitions
************************************************************/
/************************************************************
@@ -68,7 +68,7 @@
************************************************************/
/************************************************************
- * lib_initialize
+ * Name: lib_initialize
************************************************************/
/* General library initialization hook */
@@ -77,6 +77,10 @@ void weak_const_function lib_initialize(void)
{
}
+/************************************************************
+ * Name: lib_streaminit
+ ************************************************************/
+
#if CONFIG_NFILE_STREAMS > 0
/* The following function is called when a new task is allocated. It
* intializes the streamlist instance that is stored in the task group.