diff options
author | Richard Henderson <rth@twiddle.net> | 2005-04-21 11:28:26 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-21 11:28:26 -0700 |
commit | 40b7bc062cdacb3883bb0f94eb122b8336af5b36 (patch) | |
tree | de1f7f2e59cf8ada9120699213564b7783860d00 /include | |
parent | d8470b7c13e11c18cf14a7e3180f0b00e715e4f0 (diff) | |
download | op-kernel-dev-40b7bc062cdacb3883bb0f94eb122b8336af5b36.zip op-kernel-dev-40b7bc062cdacb3883bb0f94eb122b8336af5b36.tar.gz |
[PATCH] alpha: key management syscalls
Allocate syscall numbers for add_key, request_key, keyctl.
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-alpha/unistd.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/asm-alpha/unistd.h b/include/asm-alpha/unistd.h index c4e70e8..535bc42 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__) |