mirror of https://gitee.com/openkylin/qemu.git
linux-user: Add copy_file_range to strace.list
Signed-off-by: Giuseppe Musacchio <thatlemon@gmail.com> Reviewed-by: Laurent Vivier <laurent@vivier.eu> Message-Id: <20210503174159.54302-2-thatlemon@gmail.com> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
This commit is contained in:
parent
0b16f04c1f
commit
db3221454d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue