From 8f6a458cbf600765a734d4b0abe232fe6fed1df9 Mon Sep 17 00:00:00 2001 From: caifuzhou <504631861@qq.com> Date: Thu, 2 Dec 2021 09:52:13 +0800 Subject: [PATCH] =?UTF-8?q?porting=E9=87=8C=E6=96=B0=E5=A2=9E=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3sched=5Fsetscheduler=EF=BC=8C=E4=BF=AE=E6=94=B9musl=5F?= =?UTF-8?q?src.gni=EF=BC=8C=E6=96=B0=E5=A2=9E=E5=AF=B9=E5=BA=94=E6=B5=8B?= =?UTF-8?q?=E8=AF=95=E7=94=A8=E4=BE=8B=E5=B9=B6=E4=BF=AE=E6=94=B9test=5Fsr?= =?UTF-8?q?c=5Ffunctional.gni?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: caifuzhou <504631861@qq.com> --- libc-test/src/functional/sched_setscheduler.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/libc-test/src/functional/sched_setscheduler.c b/libc-test/src/functional/sched_setscheduler.c index bb12bd20..3939a293 100644 --- a/libc-test/src/functional/sched_setscheduler.c +++ b/libc-test/src/functional/sched_setscheduler.c @@ -1,8 +1,6 @@ #include #include #include -#include -#include #include #include "test.h" -- GitLab