mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
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
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue