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