Skip to content

Commit

Permalink
linux-user: Remove a duplicate item from strace.list
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
aleksandar-markovic authored and Riku Voipio committed Oct 21, 2016
1 parent da2c8ad commit e21d695
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions linux-user/strace.list
Expand Up @@ -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
Expand Down

0 comments on commit e21d695

Please sign in to comment.