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

This commit is contained in:
Mark Kettenis 2000-09-04 09:58:06 +00:00
parent a5238fbc03
commit 8c3a79982e
2 changed files with 6 additions and 0 deletions

View File

@ -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).

View File

@ -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)