udev: String substitutions can be done in ENV, too
[systemd_ALT.git] / src / basic / missing_timerfd.h
blobdba3043d2264f0e43cb1b42a224fcd0010e51a2f
1 /* SPDX-License-Identifier: LGPL-2.1-or-later */
2 #pragma once
4 #include <sys/timerfd.h>
6 #ifndef TFD_TIMER_CANCEL_ON_SET
7 #define TFD_TIMER_CANCEL_ON_SET (1 << 1)
8 #endif