From b0029748ca991c64cf9f0851217b7762e4877854 Mon Sep 17 00:00:00 2001 From: Lukas Durfina Date: Mon, 3 Feb 2020 14:36:17 +0400 Subject: Fix compilation error with musl in gdb/testsuite/gdb.base/fileio.c Musl is giving warnings about these includes in this way: warning: #warning redirecting incorrect #include to warning: #warning redirecting incorrect #include to gdb/testsuite/Changelog: * gdb.base/fileio.c: Remove #include of . Replace #include of by . --- gdb/testsuite/ChangeLog | 5 +++++ gdb/testsuite/gdb.base/fileio.c | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'gdb') diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index b5ba5ba..4999756 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2020-02-03 Lukas Durfina (tiny change) + + * gdb.base/fileio.c: Remove #include of . + Replace #include of by . + 2020-02-01 Tom de Vries * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo. diff --git a/gdb/testsuite/gdb.base/fileio.c b/gdb/testsuite/gdb.base/fileio.c index 7f482a3..0f20151 100644 --- a/gdb/testsuite/gdb.base/fileio.c +++ b/gdb/testsuite/gdb.base/fileio.c @@ -1,13 +1,12 @@ #include #include #include -#include #include -#include #include #include #include #include +#include #include #include /* TESTS : -- cgit v1.1