From fb807645f92cdb0239bc831746d8a1bcc04ce1bb Mon Sep 17 00:00:00 2001 From: "Bjoern B. Brandenburg" Date: Fri, 26 Feb 2010 09:18:05 -0500 Subject: Remove prototype for non-existing system call. This syscall hasn't been around since Fall 2007... The RTCSA'08 paper details how we are doing it now. --- include/litmus.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/litmus.h b/include/litmus.h index f8764cc..6d0ad40 100644 --- a/include/litmus.h +++ b/include/litmus.h @@ -54,12 +54,13 @@ static inline int od_open(int fd, obj_type_t type, int obj_id) return od_openx(fd, type, obj_id, 0); } -/* FMLP support */ +/* FMLP binary semaphore support */ int fmlp_down(int od); int fmlp_up(int od); + +/* SRP binary semaphore support */ int srp_down(int od); int srp_up(int od); -int reg_task_srp_sem(int od); /* job control*/ int get_job_no(unsigned int* job_no); -- cgit v1.2.2