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

!38 删除多余的#endif

Merge pull request !38 from dhy308/master
......@@ -466,12 +466,11 @@ pid_t gettid(void);
#ifdef _GNU_SOURCE
#ifndef TEMP_FAILURE_RETRY
#define MUSL_TEMP_FAILURE_RETRY(expression) \
(__extension__\
({ long int __result;\
do __result = (long int)(expression);\
while(__result == -1L&& errno == EINTR);\
__result;})\
#endif
(__extension__\
({ long int __result;\
do __result = (long int)(expression);\
while(__result == -1L&& errno == EINTR);\
__result;})\
#define TEMP_FAILURE_RETRY MUSL_TEMP_FAILURE_RETRY
#endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册