mirror of
https://git.musl-libc.org/git/musl
synced 2025-01-09 00:02:17 +03:00
add missing signalfd flags
This commit is contained in:
parent
a9e6d01114
commit
6b1d3817cf
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user