linux(4): Change timerfd_settime64 syscall definition to match Linux actual one.

MFC after:		2 weeks
This commit is contained in:
Dmitry Chagin 2022-05-04 13:06:50 +03:00
parent a1fd2911dd
commit 8545bcff31
2 changed files with 12 additions and 2 deletions

View file

@ -2392,7 +2392,12 @@
int linux_timerfd_gettime64(void);
}
411 AUE_NULL STD {
int linux_timerfd_settime64(void);
int linux_timerfd_settime64(
l_int fd,
l_int flags,
const struct l_itimerspec64 *new_value,
struct l_itimerspec64 *old_value
);
}
412 AUE_NULL STD {
int linux_utimensat_time64(

View file

@ -2410,7 +2410,12 @@
int linux_timerfd_gettime64(void);
}
411 AUE_NULL STD {
int linux_timerfd_settime64(void);
int linux_timerfd_settime64(
l_int fd,
l_int flags,
const struct l_itimerspec64 *new_value,
struct l_itimerspec64 *old_value
);
}
412 AUE_NULL STD {
int linux_utimensat_time64(