rt-thread icon indicating copy to clipboard operation
rt-thread copied to clipboard

sigaddset 相关内容不一致

Open zhkag opened this issue 2 years ago • 1 comments

下面两个是 rtthread 中的定义

image

image

这个是 gcc-arm-none-eabi 中的定义 image

这是 lwp 中的定义

image

总结一下 musl 和 lwp 中的定义一致 和 gcc-arm-none-eabi 以及 rtthread 的定义有区别

这个是在测试使用 musl 测试 qemu a9 rt-thread 的 signal 查出来的问题,使用 musl 的工具链 utest 的 signal 测试失败

zhkag avatar Sep 26 '23 06:09 zhkag

使用了musl,那应该是musl的工具链,这个时候应该是一致的呀。或者说,难道要做个不同的定义?

BernardXiong avatar Oct 08 '23 07:10 BernardXiong