strace/xlat/kcmp_types.in
Eugene Syromyatnikov 6eb263c72c kcmp: add KCMP_EPOLL_TFD support
* configure.ac (AC_CHECK_TYPES): Add check for struct kcmp_epoll_slot.
* kcmp.c (SYS_FUNC(kcmp)) <case KCMP_EPOLL_TFD>: Implement idx1/idx2
argument parsing.
* tests/kcmp.c: Update test.
* xlat/kcmp_types.in (KCMP_EPOLL_TFD): New entry.
2017-09-17 12:04:11 +00:00

9 lines
105 B
Plaintext

KCMP_FILE 0
KCMP_VM 1
KCMP_FILES 2
KCMP_FS 3
KCMP_SIGHAND 4
KCMP_IO 5
KCMP_SYSVSEM 6
KCMP_EPOLL_TFD 7