This question shows research effort; it is useful and clear
1
This question does not show any research effort; it is unclear or not useful
Bookmark this question.
Show activity on this post.
我正在使用 C 语言编写代码sigaction。在 Windows 上使用 minGW 编译。
我注意到 c99 不支持,所以我在编译时sigaction使用了该标志。
为什么它只在 Windows 而不是 Linux 上给我错误消息“'newact' 的存储大小未知”?仅供
参考-std=gnu99