mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-18 08:56:45 -05:00
system: pass right flag
This commit is contained in:
parent
81c7dd4433
commit
f5192d533f
1 changed files with 1 additions and 1 deletions
|
|
@ -97,7 +97,7 @@ static int impl_timerfd_create(void *object, int clockid, int flags)
|
||||||
fl |= TFD_CLOEXEC;
|
fl |= TFD_CLOEXEC;
|
||||||
if (flags & SPA_FD_NONBLOCK)
|
if (flags & SPA_FD_NONBLOCK)
|
||||||
fl |= TFD_NONBLOCK;
|
fl |= TFD_NONBLOCK;
|
||||||
return timerfd_create(clockid, flags);
|
return timerfd_create(clockid, fl);
|
||||||
}
|
}
|
||||||
|
|
||||||
static int impl_timerfd_settime(void *object,
|
static int impl_timerfd_settime(void *object,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue