diff mbox series

[1/2] linux-user: Add copy_file_range to strace.list

Message ID 20210503174159.54302-2-thatlemon@gmail.com (mailing list archive)
State New, archived
Headers show
Series linux-user: Small fix for copy_file_range | expand

Commit Message

Giuseppe Musacchio May 3, 2021, 5:41 p.m. UTC
From: Giuseppe Musacchio <thatlemon@gmail.com>

Signed-off-by: Giuseppe Musacchio <thatlemon@gmail.com>
---
 linux-user/strace.list | 3 +++
 1 file changed, 3 insertions(+)

Comments

Laurent Vivier May 3, 2021, 6:42 p.m. UTC | #1
Le 03/05/2021 à 19:41, LemonBoy a écrit :
> From: Giuseppe Musacchio <thatlemon@gmail.com>
> 
> Signed-off-by: Giuseppe Musacchio <thatlemon@gmail.com>
> ---
>  linux-user/strace.list | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/linux-user/strace.list b/linux-user/strace.list
> index 084048ab96..b81f9964e3 100644
> --- a/linux-user/strace.list
> +++ b/linux-user/strace.list
> @@ -1665,3 +1665,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
> 

Reviewed-by: Laurent Vivier <laurent@vivier.eu>
diff mbox series

Patch

diff --git a/linux-user/strace.list b/linux-user/strace.list
index 084048ab96..b81f9964e3 100644
--- a/linux-user/strace.list
+++ b/linux-user/strace.list
@@ -1665,3 +1665,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