]> granicus.if.org Git - strace/commit
Introduce kernel_timespec64_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)
commit29fbe2f78fd2caaf704725a0e8bd6320ad3fb377
tree7d4f7db6b0bf2c42f271fa8697fcdaf48050c334
parent334f191959d87062d6a78c5b021a16477bd4822f
Introduce kernel_timespec64_t type

This type ais going to be used to implement parsers of syscalls
that deal with 64-bit timespec.

* kernel_timespec.h (kernel_timespec64_t): New type.
kernel_timespec.h