X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Kernel%2Finclude%2Fsemaphore.h;h=f42da042f89f3496191dde70a6be2de32edc91e6;hb=62747dec23ae7ee6531ebf8e3f307726e810e84c;hp=0cf4b211ba609fd0bb23fbb39729a5beffc28f4a;hpb=635bc78017d8a4a16314a973e39c849b2afac795;p=tpg%2Facess2.git diff --git a/Kernel/include/semaphore.h b/Kernel/include/semaphore.h index 0cf4b211..f42da042 100644 --- a/Kernel/include/semaphore.h +++ b/Kernel/include/semaphore.h @@ -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);