summaryrefslogtreecommitdiffstats
path: root/src/basic/missing_timerfd.h
blob: 6b0404453aae8e2bd6097b7665e0a78d5b3b72d4 (plain)
1
2
3
4
5
6
7
8
/* 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