The static numbers in libeclone are not getting updated. Instead of doing so by hand -- which frequently trips up testing -- allow using the extract headers script to help us out. 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 696c379..e752e1b 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)[[:space:]]+' + local SYS_NR_DEF_REGEX='[[:space:]]*#[[:space:]]*define[[:space:]]*__NR_(checkpoint|restart|eclone)[[: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