commit | aae525f94edb1f797159e86685798e4681d51756 | [log] [tgz] |
---|---|---|
author | Dmitry V. Levin <ldv@altlinux.org> | Tue Nov 24 02:30:45 2015 +0000 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Tue Nov 24 02:30:45 2015 +0000 |
tree | 160e743a39de46ca9f5ad5d14d35cf9f4fc2e543 | |
parent | 25cb5cb04f29f07f9b6af1c26cf5ed3d898e5538 [diff] |
Remove parser of query_module syscall Since query_module syscall is present only in kernels before Linux 2.6 and strace does not support those kernels, there is no use to keep this parser any longer. * bjm.c: Do not include <sys/*>, "xlat/qm_which.h", and "xlat/modflags.h". (MOD_*, QM_*, module_symbol, module_info, SYS_FUNC(query_module)): Remove. * linux/dummy.h (sys_query_module): Add stub alias. * xlat/modflags.in: Remove. * xlat/qm_which.in: Remove.