diff options
Diffstat (limited to 'gdb/config/mips/xm-irix5.h')
-rw-r--r-- | gdb/config/mips/xm-irix5.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/config/mips/xm-irix5.h b/gdb/config/mips/xm-irix5.h index c4e8906..5cb341d 100644 --- a/gdb/config/mips/xm-irix5.h +++ b/gdb/config/mips/xm-irix5.h @@ -29,3 +29,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ addr = regno; \ else \ addr = regno + NSIG_HNDLRS; /* Skip over signal handlers */ + +/* This enables reliable signals (and the associated setjmp/longjmp), and gives + bsdish prototypes for getpgrp/setpgrg/setgroups and initgroups. */ +#define _BSD_COMPAT |