public inbox for gdb-testers@sourceware.org
help / color / mirror / Atom feed
* [binutils-gdb] Fix the build of fork-running-state.c on NetBSD
@ 2020-05-02 11:46 gdb-buildbot
  2020-05-02 11:46 ` Failures on Fedora-i686, branch master gdb-buildbot
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: gdb-buildbot @ 2020-05-02 11:46 UTC (permalink / raw)
  To: gdb-testers

*** TEST RESULTS FOR COMMIT 2bed205e44ad853f10416e970de2534554f8cf18 ***

commit 2bed205e44ad853f10416e970de2534554f8cf18
Author:     Kamil Rytarowski <n54@gmx.com>
AuthorDate: Fri Apr 17 18:51:34 2020 +0200
Commit:     Kamil Rytarowski <n54@gmx.com>
CommitDate: Fri Apr 17 23:24:18 2020 +0200

    Fix the build of fork-running-state.c on NetBSD
    
    Include <signal.h> for kill(2).
    
    gdb/testsuite/ChangeLog:
    
            * gdb.base/fork-running-state.c: Include "signal.h".

diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index f26bb4c4d0..44ada37167 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,7 @@
+2020-04-17  Kamil Rytarowski  <n54@gmx.com>
+
+	* gdb.base/fork-running-state.c: Include "signal.h".
+
 2020-04-17  Tom Tromey  <tromey@adacore.com>
 
 	* gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
diff --git a/gdb/testsuite/gdb.base/fork-running-state.c b/gdb/testsuite/gdb.base/fork-running-state.c
index a89c941817..20bc3e6ae2 100644
--- a/gdb/testsuite/gdb.base/fork-running-state.c
+++ b/gdb/testsuite/gdb.base/fork-running-state.c
@@ -20,6 +20,7 @@
 #include <sys/types.h>
 #include <sys/wait.h>
 #include <errno.h>
+#include <signal.h>
 
 int save_parent;
 


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2020-05-07 17:45 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-02 11:46 [binutils-gdb] Fix the build of fork-running-state.c on NetBSD gdb-buildbot
2020-05-02 11:46 ` Failures on Fedora-i686, branch master gdb-buildbot
2020-05-02 12:01 ` Failures on Fedora-x86_64-cc-with-index, " gdb-buildbot
2020-05-02 12:19 ` Failures on Fedora-x86_64-m32, " gdb-buildbot
2020-05-02 12:35 ` Failures on Fedora-x86_64-m64, " gdb-buildbot
2020-05-02 13:03 ` Failures on Fedora-x86_64-native-extended-gdbserver-m32, " gdb-buildbot
2020-05-02 13:14 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** gdb-buildbot
2020-05-02 13:18 ` Failures on Fedora-x86_64-native-extended-gdbserver-m64, branch master gdb-buildbot
2020-05-03  1:30 ` Failures on Fedora-x86_64-native-gdbserver-m32, " gdb-buildbot
2020-05-04  6:19 ` Failures on Fedora-x86_64-native-gdbserver-m64, " gdb-buildbot
2020-05-07 17:45 ` Failures on Ubuntu-Aarch64-native-extended-gdbserver-m64, " gdb-buildbot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).