* tests/chown32.c: New file.
* tests/chown32.test: New test.
* tests/.gitignore: Add chown32.
* tests/Makefile.am (check_PROGRAMS): Likewise.
(DECODER_TESTS): Add chown32.test.
caps
chmod
chown
+chown32
chroot
clock_nanosleep
clock_xettime
caps \
chmod \
chown \
+ chown32 \
chroot \
clock_nanosleep \
clock_xettime \
caps.test \
chmod.test \
chown.test \
+ chown32.test \
chroot.test \
clock_nanosleep.test \
clock_xettime.test \
--- /dev/null
+#include "tests.h"
+#include <sys/syscall.h>
+
+#ifdef __NR_chown32
+
+# define SYSCALL_NR __NR_chown32
+# define SYSCALL_NAME "chown32"
+# include "xchownx.c"
+
+#else
+
+SKIP_MAIN_UNDEFINED("__NR_chown32")
+
+#endif
--- /dev/null
+#!/bin/sh
+
+# Check chown32 syscall decoding.
+
+. "${srcdir=.}/init.sh"
+run_strace_match_diff -a31