aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorBjoern B. Brandenburg <bbb@cs.unc.edu>2008-02-19 13:17:22 -0500
committerBjoern B. Brandenburg <bbb@cs.unc.edu>2008-02-19 13:17:22 -0500
commit2e2a2df9647e5e982134b67d37981036bb512146 (patch)
treed98173f878e9643c025f70b8f2e89de311231a84 /include
parent8a256a9f6f277be1a2fe266b4578e7e0b403ee92 (diff)
litmus x86: hook up synchronous system calls
This exposes the new task release system calls to user space.
Diffstat (limited to 'include')
-rw-r--r--include/asm-x86/unistd_32.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-x86/unistd_32.h b/include/asm-x86/unistd_32.h
index 063c5856f2..dbd936a38d 100644
--- a/include/asm-x86/unistd_32.h
+++ b/include/asm-x86/unistd_32.h
@@ -344,6 +344,8 @@
344#define __NR_reg_task_srp_sem 336 344#define __NR_reg_task_srp_sem 336
345#define __NR_query_job_no 337 345#define __NR_query_job_no 337
346#define __NR_wait_for_job_release 338 346#define __NR_wait_for_job_release 338
347#define __NR_wait_for_ts_release 339
348#define __NR_release_ts 340
347 349
348#ifdef __KERNEL__ 350#ifdef __KERNEL__
349 351