diff mbox

[v6,10/10] linux-user: Remove a duplicate item from strace.list

Message ID 20160922150646.78163-11-aleksandar.markovic@rt-rk.com
State New
Headers show

Commit Message

Aleksandar Markovic Sept. 22, 2016, 3:06 p.m. UTC
From: Aleksandar Markovic <aleksandar.markovic@imgtec.com>

There is a duplicate item in strace.list. It is benign, but it
shouldn't be there, since it may lead to confusion and even bugs
in the future. It is the only duplicate in strace.list. This
patch removes it.

Signed-off-by: Aleksandar Markovic <aleksandar.markovic@imgtec.com>
---
 linux-user/strace.list | 3 ---
 1 file changed, 3 deletions(-)
diff mbox

Patch

diff --git a/linux-user/strace.list b/linux-user/strace.list
index 680bbf8..f8896d8 100644
--- a/linux-user/strace.list
+++ b/linux-user/strace.list
@@ -1353,9 +1353,6 @@ 
 #ifdef TARGET_NR_sync
 { TARGET_NR_sync, "sync" , NULL, NULL, NULL },
 #endif
-#ifdef TARGET_NR_sync_file_range
-{ TARGET_NR_sync_file_range, "sync_file_range" , NULL, NULL, NULL },
-#endif
 #ifdef TARGET_NR_syscall
 { TARGET_NR_syscall, "syscall" , NULL, NULL, NULL },
 #endif