aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorBjoern B. Brandenburg <bbb@cs.unc.edu>2008-05-01 16:58:48 -0400
committerBjoern B. Brandenburg <bbb@cs.unc.edu>2008-05-01 16:58:48 -0400
commita0923fbdafb81a1f93da90b19405e7949f4efe2d (patch)
tree0c3b66150a4b91b7dad5fe9df357f754be76d5ed /include
parentf95c1994a3a9717cb75f6c8a01dd34d0f93656a9 (diff)
sparc64: include LITMUS syscalls
add LITMUS syscalls in jump table and unistd.h
Diffstat (limited to 'include')
-rw-r--r--include/asm-sparc64/unistd.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/include/asm-sparc64/unistd.h b/include/asm-sparc64/unistd.h
index cb751b4d0f..ebebde69c3 100644
--- a/include/asm-sparc64/unistd.h
+++ b/include/asm-sparc64/unistd.h
@@ -333,7 +333,11 @@
333#define __NR_eventfd 313 333#define __NR_eventfd 313
334#define __NR_fallocate 314 334#define __NR_fallocate 314
335 335
336#define NR_SYSCALLS 315 336#define __NR_LITMUS 315
337
338#include "litmus/unistd.h"
339
340#define NR_SYSCALLS 315 + NR_litmus_syscalls
337 341
338#ifdef __KERNEL__ 342#ifdef __KERNEL__
339/* sysconf options, for SunOS compatibility */ 343/* sysconf options, for SunOS compatibility */