From 40b7bc062cdacb3883bb0f94eb122b8336af5b36 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Thu, 21 Apr 2005 11:28:26 -0700 Subject: [PATCH] alpha: key management syscalls Allocate syscall numbers for add_key, request_key, keyctl. --- include/asm-alpha/unistd.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/asm-alpha/unistd.h b/include/asm-alpha/unistd.h index c4e70e8617eb..535bc425f243 100644 --- a/include/asm-alpha/unistd.h +++ b/include/asm-alpha/unistd.h @@ -374,8 +374,11 @@ #define __NR_mq_notify 436 #define __NR_mq_getsetattr 437 #define __NR_waitid 438 +#define __NR_add_key 439 +#define __NR_request_key 440 +#define __NR_keyctl 441 -#define NR_SYSCALLS 439 +#define NR_SYSCALLS 442 #if defined(__GNUC__) -- cgit v1.2.3-59-g8ed1b