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