guix-commits
[Top][All Lists]
Advanced

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

01/02: syscalls: clone: Define syscall-id for aarch64.


From: Eric Bavier
Subject: 01/02: syscalls: clone: Define syscall-id for aarch64.
Date: Mon, 9 Oct 2017 19:57:00 -0400 (EDT)

bavier pushed a commit to branch master
in repository guix.

commit 7f0bb6540ac05c080a4e76c9363018050c9661e8
Author: Eric Bavier <address@hidden>
Date:   Mon Oct 9 14:40:19 2017 -0500

    syscalls: clone: Define syscall-id for aarch64.
    
    * guix/build/syscalls.scm (clone): Define syscall-id for aarch64 machines.
---
 guix/build/syscalls.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/guix/build/syscalls.scm b/guix/build/syscalls.scm
index 55b0df3..e5779cb 100644
--- a/guix/build/syscalls.scm
+++ b/guix/build/syscalls.scm
@@ -773,6 +773,7 @@ Turning finalization off shuts down the finalization thread 
as a side effect."
                        ("x86_64" 56)
                        ("mips64" 5055)
                        ("armv7l" 120)
+                       ("aarch64" 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]