~ruther/guix-local

7f0bb6540ac05c080a4e76c9363018050c9661e8 — Eric Bavier 8 years ago 735f6b6
syscalls: clone: Define syscall-id for aarch64.

* guix/build/syscalls.scm (clone): Define syscall-id for aarch64 machines.
1 files changed, 1 insertions(+), 0 deletions(-)

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