]> granicus.if.org Git - strace/commit
Introduce 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)
commit522fdf070a876512212a8bd46ab81c8d8c143372
treea05eb622b0289e5cb9ddfa69f42e3385d9b10c0c
parentaf8207a2934b69828537d939c8b0438c282fd900
Introduce kernel_timex32_t

Currently existing parsers of syscalls that deal with 32-bit timex
rely upon struct timex 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_timex.h: New file.
* Makefile.am (strace_SOURCES): Add it.
Makefile.am
kernel_timex.h [new file with mode: 0644]