]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/basic/missing_timerfd.h
Merge pull request #11827 from keszybz/pkgconfig-variables
[thirdparty/systemd.git] / src / basic / missing_timerfd.h
1 /* SPDX-License-Identifier: LGPL-2.1+ */
2 #pragma once
3
4 #include <sys/timerfd.h>
5
6 #ifndef TFD_TIMER_CANCEL_ON_SET
7 #define TFD_TIMER_CANCEL_ON_SET (1 << 1)
8 #endif