From: Giuseppe Musacchio <thatle...@gmail.com> Signed-off-by: Giuseppe Musacchio <thatle...@gmail.com> Reviewed-by: Laurent Vivier <laur...@vivier.eu> Message-Id: <20210503174159.54302-2-thatle...@gmail.com> Signed-off-by: Laurent Vivier <laur...@vivier.eu> --- linux-user/strace.list | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/linux-user/strace.list b/linux-user/strace.list index 18f72172754f..278596acd131 100644 --- a/linux-user/strace.list +++ b/linux-user/strace.list @@ -1668,3 +1668,6 @@ #ifdef TARGET_NR_statx { TARGET_NR_statx, "statx", NULL, print_statx, NULL }, #endif +#ifdef TARGET_NR_copy_file_range +{ TARGET_NR_copy_file_range, "copy_file_range", "%s(%d,%p,%d,%p,"TARGET_ABI_FMT_lu",%u)", NULL, NULL }, +#endif -- 2.31.1