summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorRasmus Villemoes <rasmus.villemoes@prevas.dk>2019-08-21 11:35:23 +0000
committerDmitry V. Levin <ldv@altlinux.org>2019-08-23 17:05:51 +0000
commit1782a29184d58b0014e8fd412b071bc655d5929d (patch)
treef8ad4ff0e9807bb776cc7b1b2862ed9c7a976de0 /Makefile.am
parentcd3ca5d2caa5b9eda77df62418852e6b938e2a5a (diff)
downloadstrace-1782a29184d58b0014e8fd412b071bc655d5929d.tar.gz
Add support for /dev/watchdog ioctls
* watchdog_ioctl.c: New file. * Makefile.am (strace_SOURCES): Add it. * defs.h (DECL_IOCTL): Add watchdog. * ioctl.c (ioctl_decode): Add 'W' case. * xlat/watchdog_ioctl_cmds.in: New file. * tests/ioctl_watchdog.c: New file. * tests/.gitignore: Add ioctl_watchdog. * tests/pure_executables.list: Likewise. * tests/gen_tests.in (ioctl_watchdog): New entry. Signed-off-by: Rasmus Villemoes <rasmus.villemoes@prevas.dk> Signed-off-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 8ce2147f7..b4f31568f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -357,6 +357,7 @@ strace_SOURCES = \
v4l2.c \
wait.c \
wait.h \
+ watchdog_ioctl.c \
xattr.c \
xfs_quota_stat.h \
xlat.c \