mirror of
https://github.com/fluencelabs/musl
synced 2025-06-10 13:31:37 +00:00
add missing signalfd flags
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user