/
githubmirror
/
strace
Обзор
Документация
Войти
/
githubmirror
/
strace
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/xlat/timerfdflags.in
8 строк
226 B
Dmitry V. Levin
xlat: add #Prefix annotations
09 ноя 2025, 11:00
09 ноя 2025, 11:00
a9a4226
Код
Авторство
О чём код?
/* The Linux userspace headers didn't export these for a long time. */ #From include/uapi/linux/timerfd.h #Prefix TFD_ TFD_TIMER_ABSTIME (1 << 0) TFD_TIMER_CANCEL_ON_SET (1 << 1) TFD_CLOEXEC O_CLOEXEC TFD_NONBLOCK O_NONBLOCK