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>
parent
5f812344d2
commit
d5ca4d4fd7
|
@ -1098,6 +1098,7 @@ Turning finalization off shuts down the finalization thread as a side effect."
|
||||||
("armv7l" 120)
|
("armv7l" 120)
|
||||||
("aarch64" 220)
|
("aarch64" 220)
|
||||||
("ppc64le" 120)
|
("ppc64le" 120)
|
||||||
|
("riscv64" 220)
|
||||||
(_ #f))))
|
(_ #f))))
|
||||||
(lambda (flags)
|
(lambda (flags)
|
||||||
"Create a new child process by duplicating the current parent process.
|
"Create a new child process by duplicating the current parent process.
|
||||||
|
|
Reference in New Issue