From 1c2bbe6a1e8aab256021dcb89439f6602acd2e31 Mon Sep 17 00:00:00 2001 From: "Bjoern B. Brandenburg" Date: Tue, 18 Sep 2007 12:28:42 -0400 Subject: Add exit_litmus() dummy for src compatability with syscall tracing patches. --- include/litmus.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include') diff --git a/include/litmus.h b/include/litmus.h index 88b0f0b..c16aa3b 100644 --- a/include/litmus.h +++ b/include/litmus.h @@ -92,6 +92,12 @@ int wait_for_job_release(unsigned int job_no); /* library functions */ void init_litmus(void); +/* exit is currently unused, but was needed for syscall + * tracing and may be needed in the future. Leave it in + * for the purpose of source code compatability. + */ +#define exit_litmus() {} + int create_rt_task(rt_fn_t rt_prog, void *arg, int cpu, int wcet, int period); int __create_rt_task(rt_fn_t rt_prog, void *arg, int cpu, int wcet, -- cgit v1.2.2