mirror of
https://github.com/opnsense/src.git
synced 2026-04-01 15:35:10 -04:00
linux(4): Change timerfd_settime64 syscall definition to match Linux actual one.
MFC after: 2 weeks
This commit is contained in:
parent
a1fd2911dd
commit
8545bcff31
2 changed files with 12 additions and 2 deletions
|
|
@ -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(
|
||||
|
|
|
|||
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Reference in a new issue