提交 3eb9feaa 编写于 作者: R Rich Felker

fix broken signal.h from header cleanup

上级 0b9a1ed0
......@@ -46,8 +46,6 @@ union sigval
void *sival_ptr;
};
#include <bits/signal.h>
int __libc_current_sigrtmin(void);
int __libc_current_sigrtmax(void);
......@@ -92,6 +90,8 @@ typedef int (*sighandler_t)(int);
void (*bsd_signal(int, void (*)(int)))(int);
#endif
#include <bits/signal.h>
typedef int sig_atomic_t;
void (*signal(int, void (*)(int)))(int);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册