Signed-off-by: Dan Smith <danms@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 19f63b4..e83ed2b 100755 --- a/scripts/extract-headers.sh +++ b/scripts/extract-headers.sh @@ -154,7 +154,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|clone_with_pids|setns)[[:space:]]+' case "$1" in arm) echo -n "${SYS_NR_DEF_REGEX}" -- 1.7.2.2 _______________________________________________ Containers mailing list Containers@xxxxxxxxxxxxxxxxxxxxxxxxxx https://lists.linux-foundation.org/mailman/listinfo/containers