提交 2dec2974 编写于 作者: R Rich Felker

fix another case of cloexec/nonblock flags not matching arch values

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