eclone (formerly called clone_with_pids) has been split out into its own header for libclone. It's no longer necessary to extract it. Signed-off-by: Matt Helsley <matthltc@xxxxxxxxxx> --- scripts/extract-headers.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/scripts/extract-headers.sh b/scripts/extract-headers.sh index c4a596e..696c379 100755 --- a/scripts/extract-headers.sh +++ b/scripts/extract-headers.sh @@ -155,7 +155,7 @@ ARM_SYSCALL_BASE="# define __NR_OABI_SYSCALL_BASE 0x900000\n\ # Get the regular expression for the current architecture function get_unistd_regex() { - local SYS_NR_DEF_REGEX='[[:space:]]*#[[:space:]]*define[[:space:]]*__NR_(checkpoint|restart|clone_with_pids)[[:space:]]+' + local SYS_NR_DEF_REGEX='[[:space:]]*#[[:space:]]*define[[:space:]]*__NR_(checkpoint|restart)[[:space:]]+' case "$1" in arm) echo -n "${SYS_NR_DEF_REGEX}" -- 1.6.3.3 _______________________________________________ Containers mailing list Containers@xxxxxxxxxxxxxxxxxxxxxxxxxx https://lists.linux-foundation.org/mailman/listinfo/containers