~ruther/guix-local

d5ca4d4fd713a9f7e17e074a1e37dda99bbb09fc — MarcoFalke 2 years ago 5f81234
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>
1 files changed, 1 insertions(+), 0 deletions(-)

M guix/build/syscalls.scm
M guix/build/syscalls.scm => guix/build/syscalls.scm +1 -0
@@ 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.