From 550818772a9e260877a9e562c38abac1be94c092 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Mon, 31 Mar 2008 13:51:02 +0200 Subject: [PATCH] Export sched_shutdown(). --- sched.h | 1 + 1 file changed, 1 insertion(+) diff --git a/sched.h b/sched.h index 36d0769b..c0e597eb 100644 --- a/sched.h +++ b/sched.h @@ -80,3 +80,4 @@ void unregister_task(struct task *t); int schedule(struct sched *s); char *get_task_list(void); int kill_task(char *id); +void sched_shutdown(void); -- 2.39.2