提交 6b1d3817 编写于 作者: R Rich Felker

add missing signalfd flags

上级 a9e6d011
......@@ -11,6 +11,9 @@ extern "C" {
#include <bits/alltypes.h>
#define SFD_CLOEXEC 02000000
#define SFD_NONBLOCK 04000
int signalfd(int, const sigset_t *, int);
struct signalfd_siginfo {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册