提交 417dbe92 编写于 作者: R Rich Felker

some gnu software wrongly uses "struct siginfo" instead of siginfo_t...

上级 56b784d6
......@@ -88,6 +88,7 @@ void (*sigset(int, void (*)(int)))(int);
#ifdef _GNU_SOURCE
typedef int (*sighandler_t)(int);
void (*bsd_signal(int, void (*)(int)))(int);
#define __siginfo siginfo
#endif
#include <bits/signal.h>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册