commit | c5253077d86bf325d83695f4eaeba3a6d8094907 | [log] [tgz] |
---|---|---|
author | Dmitry V. Levin <ldv@altlinux.org> | Tue May 24 00:19:17 2016 +0000 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Tue May 24 14:52:27 2016 +0000 |
tree | a89dbd5c2cf153c3575b8d5dde8460110a478442 | |
parent | 25f375851087f7340305f7e64452edd6c28be21e [diff] |
file_ioctl.c: fix build on systems without <linux/fiemap.h> * configure.ac (AC_CHECK_HEADERS): Add linux/fiemap.h. * file_ioctl.c: Do not include <linux/fiemap.h> and xlat/fiemap_*.h if [!HAVE_LINUX_FIEMAP_H]. (file_ioctl): Do not parse FS_IOC_FIEMAP if [!HAVE_LINUX_FIEMAP_H].
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.