提交 a8d057b8 编写于 作者: O openharmony_ci 提交者: Gitee

!124 修复接口说明,改为与函数实际行为一致

Merge pull request !124 from Zhaotianyu/0406limits
...@@ -153,8 +153,8 @@ extern UINT32 __heap_end; ...@@ -153,8 +153,8 @@ extern UINT32 __heap_end;
* @ingroup los_config * @ingroup los_config
* Minimum stack size. * Minimum stack size.
* *
* 0x600 bytes, aligned on a boundary of 8. * 0x800 bytes, aligned on a boundary of 8.
* 0x600 bytes, aligned on a boundary of 4. * 0x800 bytes, aligned on a boundary of 4.
*/ */
#ifndef LOS_TASK_MIN_STACK_SIZE #ifndef LOS_TASK_MIN_STACK_SIZE
#ifdef __LP64__ #ifdef __LP64__
......
...@@ -185,7 +185,7 @@ extern "C" { ...@@ -185,7 +185,7 @@ extern "C" {
* <li>None.</li> * <li>None.</li>
* </ul> * </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. * @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. * @retval #LOS_ERRNO_SEM_PTR_NULL The passed-in semHandle value is NULL.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册