]> granicus.if.org Git - strace/commit
time.c: introduce do_timerfd_gettime and do_timerfd_settime
authorDmitry V. Levin <ldv@altlinux.org>
Sat, 4 May 2019 23:15:52 +0000 (23:15 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Sat, 4 May 2019 23:15:52 +0000 (23:15 +0000)
commite55a41ae1a2db4c96c2ae0ab67b63ed0450aacfb
tree9f87ab7edf8cba704079c51c78a20b50d826239d
parent515c97a08bcfa832e1b3a6c8574aa222ada1a01d
time.c: introduce do_timerfd_gettime and do_timerfd_settime

These are going to be used to implement parsers of timerfd_gettime64
and timerfd_settime64 syscalls.

* time.c (do_timerfd_settime, do_timerfd_gettime): New functions.
((SYS_FUNC(timerfd_settime)): Turn into a thin wrapper around
do_timerfd_settime.
((SYS_FUNC(timerfd_gettime)): Turn into a thin wrapper around
do_timerfd_gettime.
time.c