aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorBjoern B. Brandenburg <bbb@cs.unc.edu>2009-03-02 16:32:25 -0500
committerBjoern B. Brandenburg <bbb@cs.unc.edu>2009-03-02 16:32:25 -0500
commit9dc2073ec433ed5b7bc7a70375c373b53470bbc5 (patch)
treed3192a5ed7fabb0fbdaa5f88e0a36a6e0498a0f1 /include
parent8fc3da5666f0dc06885f4c2315537cdb88d7d586 (diff)
parentacbe757a454b9cf0b810f5a4125da7243500bc96 (diff)
Merge branch 'syscall_ohead'
Diffstat (limited to 'include')
-rw-r--r--include/litmus/unistd.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/litmus/unistd.h b/include/litmus/unistd.h
index 8224235d95..5ef367f491 100644
--- a/include/litmus/unistd.h
+++ b/include/litmus/unistd.h
@@ -16,5 +16,6 @@
16#define __NR_wait_for_job_release __LSC(12) 16#define __NR_wait_for_job_release __LSC(12)
17#define __NR_wait_for_ts_release __LSC(13) 17#define __NR_wait_for_ts_release __LSC(13)
18#define __NR_release_ts __LSC(14) 18#define __NR_release_ts __LSC(14)
19#define __NR_null_call __LSC(15)
19 20
20#define NR_litmus_syscalls 15 21#define NR_litmus_syscalls 16