commit | 909e664a2e2c89a5a7aac7c19c7a8124700f1faa | [log] [tgz] |
---|---|---|
author | Dmitry V. Levin <ldv@altlinux.org> | Thu Apr 28 21:10:59 2016 +0000 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Thu Apr 28 21:14:54 2016 +0000 |
tree | 8c832e8615ae7f61f41a95d6eaff3e464bbc9972 | |
parent | 00beed61a43e042a37bcfbda71ed21d1e4918716 [diff] |
tests/remap_file_pages.c: fix for the upcoming change of xlat.val type The "flags" argument of remap_file_page syscall has type "unsigned long", so it is not correct to load most significant bits with garbage ans assume they are going to be ignored. * tests/remap_file_pages.c (main): Remove artificial garbage from flags.
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.