apps/examples/ostest: Missing prototype for nsem_test()

This commit is contained in:
Gregory Nutt 2014-12-06 07:33:40 -06:00
parent a4944952a6
commit 0d8247ef29

View File

@ -143,6 +143,10 @@ void sem_test(void);
void semtimed_test(void);
/* nsem.c *******************************************************************/
void nsem_test(void);
/* cond.c *******************************************************************/
void cond_test(void);