diff options
author | Glenn Elliott <gelliott@cs.unc.edu> | 2012-09-11 19:36:11 -0400 |
---|---|---|
committer | Glenn Elliott <gelliott@cs.unc.edu> | 2012-09-11 19:36:11 -0400 |
commit | fd3aa01f176cf12b1625f4f46ba01f3340bb57ed (patch) | |
tree | 753b42e742dfdedd04a9a765263e909e57c61b18 /include/litmus/unistd_64.h | |
parent | b53c479a0f44b8990ce106622412a3bf54809944 (diff) |
blarg
Diffstat (limited to 'include/litmus/unistd_64.h')
-rw-r--r-- | include/litmus/unistd_64.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/litmus/unistd_64.h b/include/litmus/unistd_64.h index d5ced0d2642c..5f56d5947343 100644 --- a/include/litmus/unistd_64.h +++ b/include/litmus/unistd_64.h | |||
@@ -30,4 +30,7 @@ __SYSCALL(__NR_release_ts, sys_release_ts) | |||
30 | #define __NR_null_call __LSC(11) | 30 | #define __NR_null_call __LSC(11) |
31 | __SYSCALL(__NR_null_call, sys_null_call) | 31 | __SYSCALL(__NR_null_call, sys_null_call) |
32 | 32 | ||
33 | #define NR_litmus_syscalls 12 | 33 | #define __NR_slave_non_rt_threads __LSC(12) |
34 | __SYSCALL(__NR_slave_non_rt_threads, sys_slave_non_rt_threads) | ||
35 | |||
36 | #define NR_litmus_syscalls 13 | ||