syscalls: clone: Define syscall-id for aarch64.

* guix/build/syscalls.scm (clone): Define syscall-id for aarch64 machines.
This commit is contained in:
Eric Bavier 2017-10-09 14:40:19 -05:00 committed by Eric Bavier
parent 735f6b63d0
commit 7f0bb6540a
No known key found for this signature in database
GPG Key ID: FD73CAC719D32566
1 changed files with 1 additions and 0 deletions

View File

@ -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.