8b7be09c7b
* configure.ac (AC_CHECK_HEADERS): Add ustat.h. * ustat.c: New file. * Makefile.am (strace_SOURCES): Add it. * linux/dummy.h: Remove sys_ustat. * tests/ustat.c: New file. * tests/ustat.test: New test. * tests/.gitignore: Add ustat. * tests/Makefile.am (check_PROGRAMS): Likewise. (DECODER_TESTS): Add ustat.test.
7 lines
95 B
Bash
Executable File
7 lines
95 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Check ustat syscall decoding.
|
|
|
|
. "${srcdir=.}/init.sh"
|
|
run_strace_match_diff -a33
|