提交 6a25a68b 编写于 作者: W wangxiaoyao 提交者: guo

[libc] redirecting header sys/signal to signal

上级 0b58637a
......@@ -16,6 +16,10 @@
extern "C" {
#endif /* __cplusplus */
#ifdef RT_USING_MUSLLIBC
#include <signal.h>
#else
#include <stdint.h>
#include <sys/types.h>
......@@ -229,6 +233,8 @@ int sigaction(int signum, const struct sigaction *act, struct sigaction *oldact)
#define SIG_IGN ((void (*)(int)) 1)
#endif
#endif /* RT_USING_MUSLLIBC */
#ifdef __cplusplus
}
#endif /* __cplusplus */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册