mirror of
https://git.proxmox.com/git/systemd
synced 2025-12-31 02:33:53 +00:00
9 lines
169 B
C
9 lines
169 B
C
/* 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
|