Linux: change timerfd wrapper names used for arguments
commit323b9beea12d54d6900b7a7f5cfbb13c2a11e637
authorPaul Floyd <pjfloyd@wanadoo.fr>
Sat, 16 Sep 2023 13:00:39 +0000 (16 15:00 +0200)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Sat, 16 Sep 2023 13:00:39 +0000 (16 15:00 +0200)
tree78f301b36cb5ec92ff7c9d79da2f4545f4ed6df1
parentadf7cb52eec50749184f95389901e9090befa031
Linux: change timerfd wrapper names used for arguments

The  now match the manpage names:

SYNOPSIS
       #include <sys/timerfd.h>

       int timerfd_create(int clockid, int flags);

       int timerfd_settime(int fd, int flags,
                           const struct itimerspec *new_value,
                           struct itimerspec *old_value);
       int timerfd_gettime(int fd, struct itimerspec *curr_value);
coregrind/m_syswrap/syswrap-linux.c