aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBjoern B. Brandenburg <bbb@cs.unc.edu>2007-11-15 22:39:59 -0500
committerBjoern B. Brandenburg <bbb@cs.unc.edu>2007-11-15 22:39:59 -0500
commitd5e648be51bbcab442199c64fadd35c935c81620 (patch)
tree8128ae3704009106a2439ed4f30a7d52f529d259 /src
parent0ba99fc3d11337493d81828357f70ec24da9443e (diff)
FDSO: make types available to user space
Diffstat (limited to 'src')
-rw-r--r--src/litmus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/litmus.c b/src/litmus.c
index 01acf73..fe01e0e 100644
--- a/src/litmus.c
+++ b/src/litmus.c
@@ -326,7 +326,7 @@ _syscall2(int, scheduler_setup, int, cmd, void*, param);
326_syscall1(int, register_np_flag, struct np_flag*, flag); 326_syscall1(int, register_np_flag, struct np_flag*, flag);
327_syscall0(int, signal_exit_np); 327_syscall0(int, signal_exit_np);
328 328
329_syscall3(int, od_open, int, fd, int, type, int, obj_id); 329_syscall3(int, od_open, int, fd, obj_type_t, type, int, obj_id);
330_syscall1(int, od_close, int, od); 330_syscall1(int, od_close, int, od);
331_syscall1(int, pi_down, int, od); 331_syscall1(int, pi_down, int, od);
332_syscall1(int, pi_up, int, od); 332_syscall1(int, pi_up, int, od);