summaryrefslogtreecommitdiffstats
path: root/linux-user
diff options
context:
space:
mode:
authorAleksandar Markovic2016-09-22 18:56:59 +0200
committerRiku Voipio2016-10-21 14:19:40 +0200
commite21d6957f3b3e4ecfda02c75b99babd361def784 (patch)
tree7168704daa23ba15dcbfe325095ccc5b477a4fde /linux-user
parentlinux-user: Fix syslog() syscall support (diff)
downloadqemu-e21d6957f3b3e4ecfda02c75b99babd361def784.tar.gz
qemu-e21d6957f3b3e4ecfda02c75b99babd361def784.tar.xz
qemu-e21d6957f3b3e4ecfda02c75b99babd361def784.zip
linux-user: Remove a duplicate item from strace.list
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> Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
Diffstat (limited to 'linux-user')
-rw-r--r--linux-user/strace.list3
1 files changed, 0 insertions, 3 deletions
diff --git a/linux-user/strace.list b/linux-user/strace.list
index 2c7ad2b718..4bbe0d3ef6 100644
--- a/linux-user/strace.list
+++ b/linux-user/strace.list
@@ -1455,9 +1455,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_syncfs
{ TARGET_NR_syncfs, "syncfs" , NULL, NULL, NULL },
#endif