commit | 8da9668b1ba68ec71ad4d3dd96f9c73ca38430ca | [log] [tgz] |
---|---|---|
author | Dmitry V. Levin <ldv@altlinux.org> | Fri Jul 15 22:58:48 2016 +0000 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Mon Jul 18 22:12:45 2016 +0000 |
tree | d54d515b2e992071e5c8884ee4b7cd1b7f133b3a | |
parent | b759d276d53cbac1f60895c7e674b63f841f6d5d [diff] |
Use IOV_MAX instead of UIO_MAXIOV IOV_MAX appears to be more portable than UIO_MAXIOV. * msghdr.c: Include <limits.h>. Remove fallback defintion of UIO_MAXIOV. (get_optmem_max): Replace UIO_MAXIOV with IOV_MAX. * tests/msg_control.c: 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.