git: 7b520c0b3c50 - main - linux(4): Change sched_rr_get_interval_time64 syscall definition to match Linux actual one.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 04 May 2022 10:08:04 UTC
The branch main has been updated by dchagin: URL: https://cgit.FreeBSD.org/src/commit/?id=7b520c0b3c50a1a0025ee6cdbd457a1b6e6c2a0c commit 7b520c0b3c50a1a0025ee6cdbd457a1b6e6c2a0c Author: Dmitry Chagin <dchagin@FreeBSD.org> AuthorDate: 2022-05-04 10:06:45 +0000 Commit: Dmitry Chagin <dchagin@FreeBSD.org> CommitDate: 2022-05-04 10:06:45 +0000 linux(4): Change sched_rr_get_interval_time64 syscall definition to match Linux actual one. MFC after: 2 weeks --- sys/amd64/linux32/syscalls.master | 7 +++++-- sys/i386/linux/syscalls.master | 7 +++++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/sys/amd64/linux32/syscalls.master b/sys/amd64/linux32/syscalls.master index 6997dc9d0ae6..fc5f24813f7d 100644 --- a/sys/amd64/linux32/syscalls.master +++ b/sys/amd64/linux32/syscalls.master @@ -2447,8 +2447,11 @@ uint32_t val3 ); } -423 AUE_NULL STD { - int linux_sched_rr_get_interval_time64(void); +423 AUE_SCHED_RR_GET_INTERVAL STD { + int linux_sched_rr_get_interval_time64( + l_pid_t pid, + struct l_timespec64 *interval + ); } 424 AUE_NULL STD { int linux_pidfd_send_signal( diff --git a/sys/i386/linux/syscalls.master b/sys/i386/linux/syscalls.master index f68f22dedeb3..d161e635ed7d 100644 --- a/sys/i386/linux/syscalls.master +++ b/sys/i386/linux/syscalls.master @@ -2465,8 +2465,11 @@ uint32_t val3 ); } -423 AUE_NULL STD { - int linux_sched_rr_get_interval_time64(void); +423 AUE_SCHED_RR_GET_INTERVAL STD { + int linux_sched_rr_get_interval_time64( + l_pid_t pid, + struct l_timespec64 *interval + ); } 424 AUE_NULL STD { int linux_pidfd_send_signal(