Kernel - Doxygen fixes
[tpg/acess2.git] / Kernel / include / semaphore.h
index 0cf4b21..f42da04 100644 (file)
@@ -46,7 +46,7 @@ extern void   Semaphore_Init(tSemaphore *Sem, int InitValue, int MaxValue, const c
  * \param Semaphore    Semaphore structure to use
  * \param MaxToTake    Maximum number of items to take off the list (if zero, as much as possible is taken)
  * \return Number of items fetched
- * \retval 0   Semaphore interrupted
+ * \retval 0   Semaphore interrupted (signal/message)
  * \retval -1  Unspecified error
  */
 extern int     Semaphore_Wait(tSemaphore *Sem, int MaxToTake);

UCC git Repository :: git.ucc.asn.au