syscalls: clone: Define syscall-id for aarch64.
* guix/build/syscalls.scm (clone): Define syscall-id for aarch64 machines.
This commit is contained in:
parent
735f6b63d0
commit
7f0bb6540a
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user