]> granicus.if.org Git - strace/commit
Implement decoding of ustat syscall
authorJingPiao Chen <chenjingpiao@gmail.com>
Tue, 17 Jan 2017 07:55:58 +0000 (15:55 +0800)
committerDmitry V. Levin <ldv@altlinux.org>
Fri, 20 Jan 2017 18:30:11 +0000 (18:30 +0000)
commit8b7be09c7b1165b30216ad4f18dfb24da24321f8
tree672365db085f73783f266393a5b536da60411cab
parent76be950a1df524ebb07b86a032340a43461ba344
Implement decoding of ustat syscall

* 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.
Makefile.am
configure.ac
linux/dummy.h
tests/.gitignore
tests/Makefile.am
tests/ustat.c [new file with mode: 0644]
tests/ustat.test [new file with mode: 0755]
ustat.c [new file with mode: 0644]