commit | dd9a511c173a3656c6f5e61c2cd4bd6f1f27f388 | [log] [tgz] |
---|---|---|
author | Dmitry V. Levin <ldv@altlinux.org> | Thu Apr 28 23:40:37 2016 +0000 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Fri Apr 29 00:13:20 2016 +0000 |
tree | 7f45320ae530db9baa3e000ff195ae81f53b0ac6 | |
parent | 909e664a2e2c89a5a7aac7c19c7a8124700f1faa [diff] |
Change type of {s,t}print_open_modes's argument to unsigned As "flags" argument of sprint_open_modes and tprint_open_modes is involved only in bit operations, change its type to unsigned. * defs.h.c (sprint_open_modes, tprint_open_modes): Change type to unsigned int. * open.c (sprint_open_modes, tprint_open_modes): Likewise.
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.