mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
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 @@ (define clone
|
|||
("armv7l" 120)
|
||||
("aarch64" 220)
|
||||
("ppc64le" 120)
|
||||
("riscv64" 220)
|
||||
(_ #f))))
|
||||
(lambda (flags)
|
||||
"Create a new child process by duplicating the current parent process.
|
||||
|
|
Loading…
Reference in a new issue