qemu with hax to log dma reads & writes jcs.org/2018/11/12/vfio

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>

authored by

Aleksandar Markovic and committed by
Riku Voipio
e21d6957 da2c8ad7

-3
-3
linux-user/strace.list
··· 1455 1455 #ifdef TARGET_NR_sync 1456 1456 { TARGET_NR_sync, "sync" , NULL, NULL, NULL }, 1457 1457 #endif 1458 - #ifdef TARGET_NR_sync_file_range 1459 - { TARGET_NR_sync_file_range, "sync_file_range" , NULL, NULL, NULL }, 1460 - #endif 1461 1458 #ifdef TARGET_NR_syncfs 1462 1459 { TARGET_NR_syncfs, "syncfs" , NULL, NULL, NULL }, 1463 1460 #endif