This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[PATCH] Make native Linux/x86 compile again


Checked in.


2000-09-04  Mark Kettenis  <kettenis@gnu.org>

	* config/i386/nm-linux.h: Include <signal.h>.


Index: config/i386/nm-linux.h
===================================================================
RCS file: /cvs/src/src/gdb/config/i386/nm-linux.h,v
retrieving revision 1.5
diff -u -p -r1.5 nm-linux.h
--- nm-linux.h	2000/09/03 18:41:28	1.5
+++ nm-linux.h	2000/09/04 09:51:40
@@ -90,6 +90,8 @@ extern int lin_lwp_prepare_to_proceed (v
 extern void lin_lwp_attach_lwp (int pid, int verbose);
 #define ATTACH_LWP(pid, verbose) lin_lwp_attach_lwp ((pid), (verbose))
 
+#include <signal.h>
+
 extern void lin_thread_get_thread_signals (sigset_t *mask);
 #define GET_THREAD_SIGNALS(mask) lin_thread_get_thread_signals (mask)
 

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]