diff options
author | Giuseppe Musacchio <thatlemon@gmail.com> | 2021-05-03 19:41:58 +0200 |
---|---|---|
committer | Laurent Vivier <laurent@vivier.eu> | 2021-05-18 07:09:58 +0200 |
commit | db3221454d6b242c248cc4c33c60b9016e153516 (patch) | |
tree | 5a4120ea58d75a21e09f34df3ab27414bcde3264 /linux-user | |
parent | 0b16f04c1fa3f4f2abc538154c77b06c2aba52df (diff) |
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>
Diffstat (limited to 'linux-user')
-rw-r--r-- | linux-user/strace.list | 3 |
1 files changed, 3 insertions, 0 deletions
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 |