mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-04 10:40:15 +02:00 
			
		
		
		
	openrisc: Enable the clone3 syscall
Enable the clone3 syscall for OpenRISC. We use the generic version. This was tested with the clone3 test from selftests. Note, for all tests to pass it required enabling CONFIG_NAMESPACES which is not enabled in the default OpenRISC kernel config. Signed-off-by: Stafford Horne <shorne@gmail.com> Acked-by: Christian Brauner <christian.brauner@ubuntu.com>
This commit is contained in:
		
							parent
							
								
									0d4e1bb106
								
							
						
					
					
						commit
						07e83dfbe1
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -24,6 +24,7 @@
 | 
			
		|||
#define __ARCH_WANT_SET_GET_RLIMIT
 | 
			
		||||
#define __ARCH_WANT_SYS_FORK
 | 
			
		||||
#define __ARCH_WANT_SYS_CLONE
 | 
			
		||||
#define __ARCH_WANT_SYS_CLONE3
 | 
			
		||||
#define __ARCH_WANT_TIME32_SYSCALLS
 | 
			
		||||
 | 
			
		||||
#include <asm-generic/unistd.h>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue