Move protoypes for the non-standard include/semaphore.h file to the non-standard include/nuttx/semaphore.h with the other non-standard semaphore interfaces.

This commit is contained in:
Gregory Nutt
2016-11-02 14:43:03 -06:00
parent 00cc8598c7
commit d5b4d848d3
6 changed files with 50 additions and 10 deletions
+2 -1
View File
@@ -39,9 +39,10 @@
#include <nuttx/config.h>
#include <semaphore.h>
#include <assert.h>
#include <nuttx/semaphore.h>
#ifdef CONFIG_PRIORITY_INHERITANCE
/****************************************************************************