提交 0f5b4355 编写于 作者: R Rich Felker

fix incorrect GNU sighandler_t typedef

上级 6597f9ac
......@@ -100,7 +100,7 @@ void (*sigset(int, void (*)(int)))(int);
#endif
#ifdef _GNU_SOURCE
typedef int (*sighandler_t)(int);
typedef void (*sighandler_t)(int);
void (*bsd_signal(int, void (*)(int)))(int);
#endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册