From 0d1994d2d586cf72d02f2fa63070d5786dd39dc6 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Sun, 24 Apr 2022 11:42:08 +0200 Subject: sys/linux: add new timerfd interfaces --- sys/linux/sys.txt.const | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/linux/sys.txt.const') diff --git a/sys/linux/sys.txt.const b/sys/linux/sys.txt.const index d7322aa69..c977820f5 100644 --- a/sys/linux/sys.txt.const +++ b/sys/linux/sys.txt.const @@ -574,8 +574,10 @@ S_IXGRP = 8 S_IXOTH = 1 S_IXUSR = 64 TFD_CLOEXEC = 524288 +TFD_IOC_SET_TICKS = 1074287616, mips64le:ppc64le:2148029440 TFD_NONBLOCK = 2048, mips64le:128 TFD_TIMER_ABSTIME = 1 +TFD_TIMER_CANCEL_ON_SET = 2 TIMER_ABSTIME = 1 WCONTINUED = 8 WEXITED = 4 -- cgit mrf-deployment