commit | 788939b4a736663d0489930b6027b239c344865f | [log] [tgz] |
---|---|---|
author | Dmitry V. Levin <ldv@altlinux.org> | Tue Aug 23 14:27:45 2016 +0000 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Tue Aug 23 15:06:34 2016 +0000 |
tree | 44b106faab8570c6a00031d8df1a6804d93b3c8e | |
parent | b685f90eb75197c09c0c62090dc93c57929c94d3 [diff] |
Do not check for struct stat.st_{a,c}time_nsec Assume that the check for struct stat.st_mtime_nsec is enough. Likewise, do not check for struct stat.st_{a,c}tim.tv_nsec. * configure.ac (AC_CHECK_MEMBERS): Remove struct stat.st_atime_nsec, struct stat.st_ctime_nsec, struct stat.st_atim.tv_nsec, and struct stat.st_ctim.tv_nsec. * file.c (HAVE_STRUCT_STAT_ST_ATIME_NSEC, HAVE_STRUCT_STAT_ST_CTIME_NSEC): Remove. * printstat.h (HAVE_STRUCT_STAT_ST_ATIME_NSEC, HAVE_STRUCT_STAT_ST_CTIME_NSEC): Replace with HAVE_STRUCT_STAT_ST_MTIME_NSEC. * tests/xstatx.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.