syscalls: Define riscv64 syscall ID for clone.
* guix/build/syscalls.scm (clone): Add an entry for riscv64. This allows the use of --container on riscv64. Change-Id: I12b3cb5e2aa248266d006b6e456082f4ddc70e62 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
		
							parent
							
								
									5f812344d2
								
							
						
					
					
						commit
						d5ca4d4fd7
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -1098,6 +1098,7 @@ Turning finalization off shuts down the finalization thread as a side effect."
 | 
			
		|||
                       ("armv7l" 120)
 | 
			
		||||
                       ("aarch64" 220)
 | 
			
		||||
                       ("ppc64le" 120)
 | 
			
		||||
                       ("riscv64" 220)
 | 
			
		||||
                       (_ #f))))
 | 
			
		||||
    (lambda (flags)
 | 
			
		||||
      "Create a new child process by duplicating the current parent process.
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue