commit | 680d0e960cc21602a90e906f26fe51c4eab03047 | [log] [tgz] |
---|---|---|
author | Eugene Syromyatnikov <[email protected]> | Thu Sep 01 02:42:48 2016 +0300 |
committer | Dmitry V. Levin <[email protected]> | Thu Sep 01 15:18:11 2016 +0000 |
tree | 6c4058e0a64e50a2fa4e621d816caf1e2ee9dc99 | |
parent | db4ef238bde3810cc3c319b6a90230b64d579b6b [diff] |
readahead: fix print format for the "count" argument According to documentation and kernel's syscalls.h, its type is size_t, so "%lu" format should be used instead of "%ld". * readahead.c (SYS_FUNC(readahead)): Fix conversion specifier for the "count" argument.
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.