aboutsummaryrefslogtreecommitdiffstats
path: root/include/litmus/unistd_32.h
diff options
context:
space:
mode:
authorBjoern Brandenburg <bbb@mpi-sws.org>2014-04-30 12:35:11 -0400
committerBjoern Brandenburg <bbb@mpi-sws.org>2015-09-07 16:47:32 -0400
commit0ce2d95d10bc7ecab7fcf1e4bb5d9942625f91e7 (patch)
tree39a9e408fd4fe55129b791ef591fff5cef1ce0f2 /include/litmus/unistd_32.h
parent2971daf071d2c0a35986f16bfed7e661e7e88f92 (diff)
Add x86 syscall defs for get_current_budget
Diffstat (limited to 'include/litmus/unistd_32.h')
-rw-r--r--include/litmus/unistd_32.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/litmus/unistd_32.h b/include/litmus/unistd_32.h
index 94264c27d9ac..d9eab50f7a71 100644
--- a/include/litmus/unistd_32.h
+++ b/include/litmus/unistd_32.h
@@ -17,5 +17,4 @@
17#define __NR_wait_for_ts_release __LSC(9) 17#define __NR_wait_for_ts_release __LSC(9)
18#define __NR_release_ts __LSC(10) 18#define __NR_release_ts __LSC(10)
19#define __NR_null_call __LSC(11) 19#define __NR_null_call __LSC(11)
20 20#define __NR_get_current_budget __LSC(12)
21#define NR_litmus_syscalls 12