mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -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)
|
("x86_64" 56)
|
||||||
("mips64" 5055)
|
("mips64" 5055)
|
||||||
("armv7l" 120)
|
("armv7l" 120)
|
||||||
|
("aarch64" 220)
|
||||||
(_ #f))))
|
(_ #f))))
|
||||||
(lambda (flags)
|
(lambda (flags)
|
||||||
"Create a new child process by duplicating the current parent process.
|
"Create a new child process by duplicating the current parent process.
|
||||||
|
|
Loading…
Reference in a new issue