diff options
author | Michal Simek <michal.simek@xilinx.com> | 2014-08-07 09:57:41 -0400 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2014-08-21 04:07:04 -0400 |
commit | b7609491446c73240f60af4b691a9f8b377f2025 (patch) | |
tree | 705a37bdfeb6d0f209374ae4875ed93845f680d3 /arch/microblaze/include/uapi/asm | |
parent | 7d1311b93e58ed55f3a31cc8f94c4b8fe988a2b9 (diff) |
microblaze: Wire-up seccomp syscall
Add new seccomp syscall.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'arch/microblaze/include/uapi/asm')
-rw-r--r-- | arch/microblaze/include/uapi/asm/unistd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/microblaze/include/uapi/asm/unistd.h b/arch/microblaze/include/uapi/asm/unistd.h index 4e1ddc930a68..3fafcd25b3b4 100644 --- a/arch/microblaze/include/uapi/asm/unistd.h +++ b/arch/microblaze/include/uapi/asm/unistd.h | |||
@@ -399,5 +399,6 @@ | |||
399 | #define __NR_sched_setattr 381 | 399 | #define __NR_sched_setattr 381 |
400 | #define __NR_sched_getattr 382 | 400 | #define __NR_sched_getattr 382 |
401 | #define __NR_renameat2 383 | 401 | #define __NR_renameat2 383 |
402 | #define __NR_seccomp 384 | ||
402 | 403 | ||
403 | #endif /* _UAPI_ASM_MICROBLAZE_UNISTD_H */ | 404 | #endif /* _UAPI_ASM_MICROBLAZE_UNISTD_H */ |