diff options
author | Mark Kettenis <kettenis@gnu.org> | 2000-09-04 09:58:06 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2000-09-04 09:58:06 +0000 |
commit | b88d9226705f313c2c009b4810b2b1e8f506ed0b (patch) | |
tree | b35e0db857e32e332386f50d8e07c11d59786c8d | |
parent | cc6f60e1ef2ad93ea4e8cf7c3d9712826530bbd1 (diff) | |
download | gdb-b88d9226705f313c2c009b4810b2b1e8f506ed0b.tar.gz |
* config/i386/nm-linux.h: Include <signal.h>.
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/config/i386/nm-linux.h | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 453cbc4b597..54ea88a93d2 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2000-09-04 Mark Kettenis <kettenis@gnu.org> + + * config/i386/nm-linux.h: Include <signal.h>. + 2000-09-04 Pierre Muller <muller@ics.u-strasbg.fr> * c-typeprint.c (c_typedef_print): remove (replaced by typedef_print in typeprint.c). diff --git a/gdb/config/i386/nm-linux.h b/gdb/config/i386/nm-linux.h index daebbb7ff71..6f83d38f0e5 100644 --- a/gdb/config/i386/nm-linux.h +++ b/gdb/config/i386/nm-linux.h @@ -90,6 +90,8 @@ extern int lin_lwp_prepare_to_proceed (void); 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) |