commit | 6d44012cb5fdaceed6f00d9526e5906afbcfc8c5 | [log] [tgz] |
---|---|---|
author | Dmitry V. Levin <ldv@altlinux.org> | Mon May 09 21:46:17 2016 +0000 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Mon May 09 21:46:17 2016 +0000 |
tree | 903301f3e94c1683f2c115c2dce47f9f69ff065c | |
parent | 071b9274f4c867c213a92cae587d0ea541618389 [diff] |
Assume that sys/epoll.h exists This header file was added in glibc-2.3.2, so it's safe to assume its availability. * configure.ac (AC_CHECK_HEADERS): Remove sys/epoll.h. * epoll.c: Include <sys/epoll.h> unconditionally. Compile [HAVE_SYS_EPOLL_H] code unconditionally. * tests/epoll_ctl.c: Do not check for HAVE_SYS_EPOLL_H. * tests/epoll_wait.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.