about summary refs log tree commit diff
path: root/support/xclone.c
Commit message (Collapse)AuthorAgeFilesLines
* support: Fix xclone build failures on ia64 and hppaFlorian Weimer2021-06-251-4/+3
|
* support: Add xcloneAdhemerval Zanella2021-06-241-0/+50
It is a wrapper for Linux clone syscall, to simplify the call to the use only the most common arguments and remove architecture specific handling (such as ia64 different name and signature).