commit | aaf526ce325b57383c4b4fa3b62fe84421a38f80 | [log] [tgz] |
---|---|---|
author | Dmitry V. Levin <ldv@altlinux.org> | Tue Jul 19 15:09:05 2016 +0000 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Tue Jul 19 17:45:02 2016 +0000 |
tree | bd77856ee537a312563ffed9d9f8b4a8f4443624 | |
parent | 736d8e4d3f2d32f18621a272326953ecd890779a [diff] |
tests: add recv_mmsg and send_mmsg functions to libtests * tests/tests.h (recv_mmsg, send_mmsg): New prototype. * tests/libmmsg.c: New file. * tests/Makefile.am (libtests_a_SOURCES): Add it. * tests/mmsg.c Do not check for __NR_sendmmsg, __NR_recvmmsg, HAVE_SENDMMSG, and HAVE_RECVMMSG. Do not include unused headers. (recv_mmsg, send_mmsg): Remove.
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.