strace/xlat/kcmp_types.in
Dmitry V. Levin 7aa9c0d299 Implement kcmp syscall decoding
* kcmp.c: New file.
* Makefile.am (strace_SOURCES): Add it.
* linux/dummy.h (sys_kcmp): Remove stub alias.
* xlat/kcmp_types.in: New file.
2015-11-22 23:10:12 +00:00

8 lines
88 B
Plaintext

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