From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cyril Hrubis Date: Mon, 9 Aug 2021 12:03:52 +0200 Subject: [LTP] [PATCH v2 03/16] syscalls/sched_getparam03: use libc/sys_sched_*() In-Reply-To: <20210806164730.51040-4-aleksei.kodanev@bell-sw.com> References: <20210806164730.51040-1-aleksei.kodanev@bell-sw.com> <20210806164730.51040-4-aleksei.kodanev@bell-sw.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ltp@lists.linux.it Hi! > +static struct sched_variants variants[] = { > + { .sched_getparam = libc_sched_getparam, .desc = "libc"}, > + { .sched_getparam = sys_sched_getparam, .desc = "syscall"}, > +}; Here as well. Reviewed-by: Cyril Hrubis -- Cyril Hrubis chrubis@suse.cz