[PATCH v8] Implement decoding of ustat syscall

2017-01-14 Thread JingPiao Chen
* ustat.c: New file. * configure.ac (AC_CHECK_HEADERS): Add ustat.h. * Makefile.am (strace_SOURCES): Add it. * linux/dummy.h: Remove. * tests/ustat.c: New file. * tests/ustat.test: New test. * tests/.gitignore: Add ustat. * tests/Makefile.am (check_PROGRAMS): Likewise. (DECODER_TESTS): Add ustat.te

Re: [PATCH v8] Implement decoding of ustat syscall

2017-01-14 Thread Dmitry V. Levin
On Sat, Jan 14, 2017 at 09:45:11PM +0800, JingPiao Chen wrote: > * ustat.c: New file. > * configure.ac (AC_CHECK_HEADERS): Add ustat.h. > * Makefile.am (strace_SOURCES): Add it. Add what? > * linux/dummy.h: Remove. > * tests/ustat.c: New file. > * tests/ustat.test: New test. > * tests/.gitignore: