diff options
Diffstat (limited to 'include/asm-sparc64/unistd.h')
-rw-r--r-- | include/asm-sparc64/unistd.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/include/asm-sparc64/unistd.h b/include/asm-sparc64/unistd.h index cb751b4d0f56..ebebde69c34d 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 */ |