diff options
Diffstat (limited to 'gdb/xm-rs6000.h')
-rw-r--r-- | gdb/xm-rs6000.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/xm-rs6000.h b/gdb/xm-rs6000.h index 30e2c24..61627ec 100644 --- a/gdb/xm-rs6000.h +++ b/gdb/xm-rs6000.h @@ -26,6 +26,11 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #define USG 1 #define HAVE_SIGSETMASK 1 +/* AIX declares the mem functions */ + +#undef MEM_FNS_DECLARED +#define MEM_FNS_DECLARED 1 + /* This system requires that we open a terminal with O_NOCTTY for it to not become our controlling terminal. */ |