From: Aleksandar Markovic <aleksandar.marko...@imgtec.com> There is a duplicate item in strace.list. It is benign, but it shouldn't be there. It is the only duplicate in strace.list. This patch removes it.
Signed-off-by: Aleksandar Markovic <aleksandar.marko...@imgtec.com> --- linux-user/strace.list | 3 --- 1 file changed, 3 deletions(-) diff --git a/linux-user/strace.list b/linux-user/strace.list index fadeb29..27d7006 100644 --- a/linux-user/strace.list +++ b/linux-user/strace.list @@ -1529,9 +1529,6 @@ #ifdef TARGET_NR_utimensat { TARGET_NR_utimensat, "utimensat", NULL, print_utimensat, NULL }, #endif -#ifdef TARGET_NR_sync_file_range -{ TARGET_NR_sync_file_range, "sync_file_range", NULL, NULL, NULL }, -#endif #ifdef TARGET_NR_sync_file_range2 { TARGET_NR_sync_file_range2, "sync_file_range2", NULL, NULL, NULL }, #endif -- 2.9.3