diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2022-04-24 11:42:08 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2022-04-25 11:31:49 +0200 |
| commit | 0d1994d2d586cf72d02f2fa63070d5786dd39dc6 (patch) | |
| tree | cdc4d4dd07048e4fe369a03e40bfe0e89276c8a3 /sys/linux/sys.txt.const | |
| parent | 703136f4baa72c50497fd23f6600e62ad70b06ab (diff) | |
sys/linux: add new timerfd interfaces
Diffstat (limited to 'sys/linux/sys.txt.const')
| -rw-r--r-- | sys/linux/sys.txt.const | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
