From db3221454d6b242c248cc4c33c60b9016e153516 Mon Sep 17 00:00:00 2001 From: Giuseppe Musacchio Date: Mon, 3 May 2021 19:41:58 +0200 Subject: [PATCH] linux-user: Add copy_file_range to strace.list Signed-off-by: Giuseppe Musacchio Reviewed-by: Laurent Vivier Message-Id: <20210503174159.54302-2-thatlemon@gmail.com> Signed-off-by: Laurent Vivier --- linux-user/strace.list | 3 +++ 1 file changed, 3 insertions(+) diff --git a/linux-user/strace.list b/linux-user/strace.list index 18f7217275..278596acd1 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