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

!67 修复mqueue问题

Merge pull request !67 from lnlan/fix_mqueue
...@@ -746,7 +746,7 @@ static void copy_fd_table(struct fd_table_s *new_fdt, struct fd_table_s *old_fdt ...@@ -746,7 +746,7 @@ static void copy_fd_table(struct fd_table_s *new_fdt, struct fd_table_s *old_fdt
#if defined(LOSCFG_COMPAT_POSIX) #if defined(LOSCFG_COMPAT_POSIX)
if ((sysFd >= MQUEUE_FD_OFFSET) && (sysFd < (MQUEUE_FD_OFFSET + CONFIG_NQUEUE_DESCRIPTORS))) if ((sysFd >= MQUEUE_FD_OFFSET) && (sysFd < (MQUEUE_FD_OFFSET + CONFIG_NQUEUE_DESCRIPTORS)))
{ {
mqueue_refer(sysFd); MqueueRefer(sysFd);
} }
#endif #endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册