Fix some compiler errors in user-work queue configuration that crept in the last bunch of commits

This commit is contained in:
Gregory Nutt
2014-10-11 16:27:24 -06:00
parent 4c2a14348a
commit 0c1c37bae2
4 changed files with 3 additions and 6 deletions
-1
View File
@@ -81,7 +81,6 @@ extern sem_t g_usrsem;
#else
extern pthread_mutex_t g_usrmutex;
#endif
#endif
/****************************************************************************
* Public Function Prototypes