]> git.ipfire.org Git - thirdparty/systemd.git/commit
process-util: use clone2 on ia64
authorLuca Boccassi <bluca@debian.org>
Sat, 8 Jul 2023 15:43:28 +0000 (16:43 +0100)
committerLuca Boccassi <bluca@debian.org>
Mon, 10 Jul 2023 10:39:35 +0000 (11:39 +0100)
commit840ac5cd1abbcee0c8def620bdabfb66d0707ebf
treeddb239eaccd3e6515a446c80a76736d842dbba9e
parent5bf36ce52452052b4d910c122af562c2236ce89d
process-util: use clone2 on ia64

glibc does not provide clone() on ia64, only clone2. But only as a
symbol in the shared library, there's no prototype in the gblic
headers, so we have to define it, copied from the manpage.
src/basic/missing_syscall.h
src/basic/process-util.c