aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/internal.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/internal.h b/include/internal.h
index 761c434..fc88ef5 100644
--- a/include/internal.h
+++ b/include/internal.h
@@ -20,6 +20,3 @@ int __launch_rt_task(rt_fn_t rt_prog, void *rt_arg,
20 20
21#endif 21#endif
22 22
23
24int sched_setscheduler(pid_t pid, int policy, int* prioriy);
25int sched_getscheduler(pid_t pid);