mirror of
				git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
				synced 2025-10-31 16:54:21 +00:00 
			
		
		
		
	alpha: wire up sendmmsg syscall
Signed-off-by: Michael Cree <mcree@orcon.net.nz> Reviewed-by: Matt Turner <mattst88@gmail.com> Cc: Richard Henderson <rth@twiddle.net> Cc: Ivan Kokshaysky <ink@jurassic.park.msu.ru> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
		
							parent
							
								
									0a8c384ebe
								
							
						
					
					
						commit
						a8aff21ecc
					
				
					 2 changed files with 3 additions and 1 deletions
				
			
		|  | @ -458,10 +458,11 @@ | |||
| #define __NR_syncfs			500 | ||||
| #define __NR_setns			501 | ||||
| #define __NR_accept4			502 | ||||
| #define __NR_sendmmsg			503 | ||||
| 
 | ||||
| #ifdef __KERNEL__ | ||||
| 
 | ||||
| #define NR_SYSCALLS			503 | ||||
| #define NR_SYSCALLS			504 | ||||
| 
 | ||||
| #define __ARCH_WANT_IPC_PARSE_VERSION | ||||
| #define __ARCH_WANT_OLD_READDIR | ||||
|  |  | |||
|  | @ -521,6 +521,7 @@ sys_call_table: | |||
| 	.quad sys_syncfs			/* 500 */ | ||||
| 	.quad sys_setns
 | ||||
| 	.quad sys_accept4
 | ||||
| 	.quad sys_sendmmsg
 | ||||
| 
 | ||||
| 	.size sys_call_table, . - sys_call_table | ||||
| 	.type sys_call_table, @object
 | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Michael Cree
						Michael Cree