Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 40b7bc06 authored by Richard Henderson's avatar Richard Henderson Committed by Linus Torvalds
Browse files

[PATCH] alpha: key management syscalls

Allocate syscall numbers for add_key, request_key, keyctl.
parent d8470b7c
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -458,6 +458,9 @@ sys_call_table:
	.quad sys_mq_notify
	.quad sys_mq_notify
	.quad sys_mq_getsetattr
	.quad sys_mq_getsetattr
	.quad sys_waitid
	.quad sys_waitid
	.quad sys_add_key
	.quad sys_request_key			/* 440 */
	.quad sys_keyctl


	.size sys_call_table, . - sys_call_table
	.size sys_call_table, . - sys_call_table
	.type sys_call_table, @object
	.type sys_call_table, @object
+4 −1
Original line number Original line Diff line number Diff line
@@ -374,8 +374,11 @@
#define __NR_mq_notify			436
#define __NR_mq_notify			436
#define __NR_mq_getsetattr		437
#define __NR_mq_getsetattr		437
#define __NR_waitid			438
#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__)
#if defined(__GNUC__)