aboutsummaryrefslogtreecommitdiffstats
path: root/include/litmus/unistd_64.h
diff options
context:
space:
mode:
authorGlenn Elliott <gelliott@cs.unc.edu>2012-09-11 19:36:11 -0400
committerGlenn Elliott <gelliott@cs.unc.edu>2012-09-11 19:36:11 -0400
commitfd3aa01f176cf12b1625f4f46ba01f3340bb57ed (patch)
tree753b42e742dfdedd04a9a765263e909e57c61b18 /include/litmus/unistd_64.h
parentb53c479a0f44b8990ce106622412a3bf54809944 (diff)
blarg
Diffstat (limited to 'include/litmus/unistd_64.h')
-rw-r--r--include/litmus/unistd_64.h5
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