aboutsummaryrefslogtreecommitdiffstats
path: root/include/litmus.h
diff options
context:
space:
mode:
authorBjoern B. Brandenburg <bbb@cs.unc.edu>2008-01-22 17:44:15 -0500
committerBjoern B. Brandenburg <bbb@cs.unc.edu>2008-01-22 17:44:15 -0500
commit23701920e39a903883f19c2749383bba2a746405 (patch)
tree77d55617cf43cd69c0aa095efb083b8644df5cd8 /include/litmus.h
parent42967d0d27f71711823567e3969574535c903dba (diff)
core: remove support for deprecated system call
Diffstat (limited to 'include/litmus.h')
-rw-r--r--include/litmus.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/litmus.h b/include/litmus.h
index 794db1a..925cb44 100644
--- a/include/litmus.h
+++ b/include/litmus.h
@@ -53,7 +53,6 @@ spolicy sched_getpolicy(void);
53int set_rt_mode(int mode); 53int set_rt_mode(int mode);
54int set_rt_task_param(pid_t pid, rt_param_t* param); 54int set_rt_task_param(pid_t pid, rt_param_t* param);
55int get_rt_task_param(pid_t pid, rt_param_t* param); 55int get_rt_task_param(pid_t pid, rt_param_t* param);
56int prepare_rt_task(pid_t pid);
57 56
58/* setup helper */ 57/* setup helper */
59int sporadic_task(unsigned long exec_cost, unsigned long period, 58int sporadic_task(unsigned long exec_cost, unsigned long period,