Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

selftests/sched_ext: Remove duplicated unistd.h include in rt_stall.c

The header <unistd.h> is included twice in rt_stall.c. Remove the
redundant inclusion to clean up the code.

Signed-off-by: Cheng-Yang Chou <yphbchou0911@gmail.com>
Signed-off-by: Tejun Heo <tj@kernel.org>

authored by

Cheng-Yang Chou and committed by
Tejun Heo
075e70d1 cbb29732

-1
-1
tools/testing/selftests/sched_ext/rt_stall.c
··· 15 15 #include <signal.h> 16 16 #include <bpf/bpf.h> 17 17 #include <scx/common.h> 18 - #include <unistd.h> 19 18 #include "rt_stall.bpf.skel.h" 20 19 #include "scx_test.h" 21 20 #include "../kselftest.h"