OSDN Git Service

linux-user: Add copy_file_range to strace.list
authorGiuseppe Musacchio <thatlemon@gmail.com>
Mon, 3 May 2021 17:41:58 +0000 (19:41 +0200)
committerLaurent Vivier <laurent@vivier.eu>
Tue, 18 May 2021 05:09:58 +0000 (07:09 +0200)
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>
linux-user/strace.list

index 18f7217..278596a 100644 (file)
 #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