diff options
author | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2008-01-22 17:44:15 -0500 |
---|---|---|
committer | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2008-01-22 17:44:15 -0500 |
commit | 23701920e39a903883f19c2749383bba2a746405 (patch) | |
tree | 77d55617cf43cd69c0aa095efb083b8644df5cd8 /include/litmus.h | |
parent | 42967d0d27f71711823567e3969574535c903dba (diff) |
core: remove support for deprecated system call
Diffstat (limited to 'include/litmus.h')
-rw-r--r-- | include/litmus.h | 1 |
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); | |||
53 | int set_rt_mode(int mode); | 53 | int set_rt_mode(int mode); |
54 | int set_rt_task_param(pid_t pid, rt_param_t* param); | 54 | int set_rt_task_param(pid_t pid, rt_param_t* param); |
55 | int get_rt_task_param(pid_t pid, rt_param_t* param); | 55 | int get_rt_task_param(pid_t pid, rt_param_t* param); |
56 | int prepare_rt_task(pid_t pid); | ||
57 | 56 | ||
58 | /* setup helper */ | 57 | /* setup helper */ |
59 | int sporadic_task(unsigned long exec_cost, unsigned long period, | 58 | int sporadic_task(unsigned long exec_cost, unsigned long period, |