12345678910 |
- --- strace-4.11.orig/pathtrace.c 2015-11-23 00:21:35.000000000 +0100
- +++ strace-4.11/pathtrace.c 2015-12-25 15:36:04.814035892 +0100
- @@ -216,6 +216,7 @@ pathtrace_match(struct tcb *tcp)
- case SEN_mmap:
- case SEN_mmap_4koff:
- case SEN_mmap_pgoff:
- + case SEN_ARCH_mmap:
- /* x, x, x, x, fd */
- return fdmatch(tcp, tcp->u_arg[4]);
-
|