Rivoreo Source Code Repositories
src.rivoreo.one
/
systemd-stable
/
v247
/
.
/
src
/
basic
/
missing_timerfd.h
blob: dba3043d2264f0e43cb1b42a224fcd0010e51a2f [
file
] [
log
] [
blame
] [
raw
]
/* SPDX-License-Identifier: LGPL-2.1-or-later */
#pragma
once
#include
<sys/timerfd.h>
#ifndef
TFD_TIMER_CANCEL_ON_SET
#define
TFD_TIMER_CANCEL_ON_SET
(
1
<<
1
)
#endif