guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/03: syscalls: Define riscv64 syscall ID for clone.


From: guix-commits
Subject: 01/03: syscalls: Define riscv64 syscall ID for clone.
Date: Wed, 13 Dec 2023 09:43:42 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit d5ca4d4fd713a9f7e17e074a1e37dda99bbb09fc
Author: MarcoFalke <_@721217.xyz>
AuthorDate: Thu Dec 7 16:15:18 2023 +0000

    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>
---
 guix/build/syscalls.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/guix/build/syscalls.scm b/guix/build/syscalls.scm
index 4afe6d2f87..b2871c3c10 100644
--- a/guix/build/syscalls.scm
+++ b/guix/build/syscalls.scm
@@ -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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]