summaryrefslogtreecommitdiff
path: root/apps/examples
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-12-06 07:33:40 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-12-06 07:33:40 -0600
commit1577fc07bf0ae4780e4b1a6d411e680b389cd9b5 (patch)
tree4e6fa94917f4aff947f76982b99d6f7a547fef08 /apps/examples
parente2d72b03af50c236f41e63834ad35b5a7801440a (diff)
downloadnuttx-1577fc07bf0ae4780e4b1a6d411e680b389cd9b5.tar.gz
nuttx-1577fc07bf0ae4780e4b1a6d411e680b389cd9b5.tar.bz2
nuttx-1577fc07bf0ae4780e4b1a6d411e680b389cd9b5.zip
apps/examples/ostest: Missing prototype for nsem_test()
Diffstat (limited to 'apps/examples')
-rw-r--r--apps/examples/ostest/ostest.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/examples/ostest/ostest.h b/apps/examples/ostest/ostest.h
index 71d71c03a..55da611d1 100644
--- a/apps/examples/ostest/ostest.h
+++ b/apps/examples/ostest/ostest.h
@@ -143,6 +143,10 @@ void sem_test(void);
void semtimed_test(void);
+/* nsem.c *******************************************************************/
+
+void nsem_test(void);
+
/* cond.c *******************************************************************/
void cond_test(void);