]> granicus.if.org Git - strace/commit
Introduce kernel_timespec32_t type
authorDmitry V. Levin <ldv@altlinux.org>
Sun, 5 May 2019 22:28:34 +0000 (22:28 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Sun, 5 May 2019 22:28:34 +0000 (22:28 +0000)
commit334f191959d87062d6a78c5b021a16477bd4822f
tree955bffe72deea5fcc5f3018c31adbfdde56c3c2e
parent7f4285dcbbca12f73a873a67593fe61f0f15a82a
Introduce kernel_timespec32_t type

Currently existing parsers of syscalls that deal with 32-bit timespec
rely upon struct timespec being defined in libc and match the definition
used by the kernel.  Given the upcoming y2038 changes in glibc,
this new type is going to be used instead.

* kernel_timespec.h: New file.
* Makefile.am (strace_SOURCES): Add it.
Makefile.am
kernel_timespec.h [new file with mode: 0644]