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

View file

@ -773,6 +773,7 @@ (define clone
("x86_64" 56)
("mips64" 5055)
("armv7l" 120)
("aarch64" 220)
(_ #f))))
(lambda (flags)
"Create a new child process by duplicating the current parent process.