Description: Fix the problem that the actual implementation of the function does not match the description.
Change-Id: Icdbc0182efc023734ccbe7e80b1926d64a18d01c
This commit is contained in:
@@ -185,7 +185,7 @@ extern "C" {
|
||||
* <li>None.</li>
|
||||
* </ul>
|
||||
*
|
||||
* @param count [IN] Initial number of available semaphores. The value range is [0, OS_SEM_COUNT_MAX).
|
||||
* @param count [IN] Initial number of available semaphores. The value range is [0, OS_SEM_COUNT_MAX].
|
||||
* @param semHandle [OUT] ID of the semaphore control structure that is initialized.
|
||||
*
|
||||
* @retval #LOS_ERRNO_SEM_PTR_NULL The passed-in semHandle value is NULL.
|
||||
|
||||
Reference in New Issue
Block a user