linux-user: Remove a duplicate item from strace.list
authorAleksandar Markovic <aleksandar.markovic@imgtec.com>
Thu, 22 Sep 2016 16:56:59 +0000 (18:56 +0200)
committerRiku Voipio <riku.voipio@linaro.org>
Fri, 21 Oct 2016 12:19:40 +0000 (15:19 +0300)
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>
linux-user/strace.list

index 2c7ad2b71860f1b6e4b978e6e4da2744166fb652..4bbe0d3ef671b8727dd5828eea4308774627cca2 100644 (file)
 #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