commit | 1929c2216ab065082903c299147fb8290873da49 | [log] [tgz] |
---|---|---|
author | Eugene Syromyatnikov <evgsyr@gmail.com> | Thu Sep 22 00:21:42 2016 +0300 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Wed Sep 28 03:00:10 2016 +0000 |
tree | d3127d7dc69ce201b146f9296636c3faffdf6cd4 | |
parent | 2c871eb566a08cbb4aee07e48864aeb308528b4b [diff] |
x32: use proper decoder for fadvise64 syscall fadvise_64_64 decoder used before this change prints different sign of the "len" argument (loff_t vs size_t). * linux/x32/syscallent.h (fadvise64): Replace SEN(fadvise64_64) with SEN(fadvise64).
This is strace -- a diagnostic, debugging and instructional userspace utility for Linux. It is used to monitor interactions between processes and the Linux kernel, which include system calls, signal deliveries, and changes of process state. The operation of strace is made possible by the kernel feature known as ptrace.
strace is released under a Berkeley-style license at the request of Paul Kranenburg; see the file COPYING for details.
See the file NEWS for information on what has changed in recent versions.
Please send bug reports and enhancements to the strace mailing list.