]> granicus.if.org Git - strace/commit
Implement printer for kernel_timex32_t
authorDmitry V. Levin <ldv@altlinux.org>
Fri, 10 May 2019 22:27:59 +0000 (22:27 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Fri, 10 May 2019 22:27:59 +0000 (22:27 +0000)
commita8e4aa6b58e3890127f82b60b83155680fe8665d
tree1731163b7a976e5b14be78972f9a5cae5a8f0bc4
parent799f4ffcfd94b4c122d5050a9fdeb0c9619e7cdc
Implement printer for kernel_timex32_t

This is going to be used to re-implement parsers of syscalls that deal
with 32-bit struct timex.

* print_timex.h: New file.
* Makefile.am (strace_SOURCES): Add it.
* defs.h (print_timex32): New prototype.
* print_timex.c: Include "kernel_timex.h".
[HAVE_ARCH_TIME32_SYSCALLS] (print_timex32): New function.
Makefile.am
defs.h
print_timex.c
print_timex.h [new file with mode: 0644]