summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorAlistair Francis <alistair.francis@wdc.com>2020-03-09 15:13:03 -0700
committerDmitry V. Levin <ldv@altlinux.org>2020-04-19 01:22:29 +0000
commit56c1bc8ff7f9ecab71071f38cdae15630c45d5bc (patch)
treeca840a5dec89c35b10faf5c12806315076a3937b /Makefile.am
parentec8f7578caa3d1926d1622aadc3c72710cd38482 (diff)
downloadstrace-56c1bc8ff7f9ecab71071f38cdae15630c45d5bc.tar.gz
kernel_rusage.h: introduce kernel_rusage_t
Signed-off-by: Alistair Francis <alistair.francis@wdc.com> * printrusage.c: Include "kernel_rusage.h" instead of "kernel_timeval.h". (rusage_t): Rename to kernel_rusage_t, move the definition to ... * kernel_rusage.h: ... new file. * Makefile.am (libstrace_a_SOURCES): Add it. Co-authored-by: Dmitry V. Levin <ldv@altlinux.org>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 6d4725690..c7130ad35 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -154,6 +154,7 @@ libstrace_a_SOURCES = \
ipc_shmctl.c \
kcmp.c \
kernel_dirent.h \
+ kernel_rusage.h \
kernel_timespec.h \
kernel_timeval.h \
kernel_timex.h \