aboutsummaryrefslogtreecommitdiff
path: root/gdb/xm-rs6000.h
diff options
context:
space:
mode:
authorDavid D. Zuhn <zoo@cygnus>1992-07-04 14:17:13 +0000
committerDavid D. Zuhn <zoo@cygnus>1992-07-04 14:17:13 +0000
commit37e2f5cb8d16a30e1916f1a9c039b3206c1e3da7 (patch)
tree052e541603e92348f539b6e41b3b3e5a487bb690 /gdb/xm-rs6000.h
parent2670f34d21cbd859050111686f945b73f005a70d (diff)
downloadgdb-37e2f5cb8d16a30e1916f1a9c039b3206c1e3da7.zip
gdb-37e2f5cb8d16a30e1916f1a9c039b3206c1e3da7.tar.gz
gdb-37e2f5cb8d16a30e1916f1a9c039b3206c1e3da7.tar.bz2
> * xm-rs6000.h: define MEM_FNS_DECLARED
Diffstat (limited to 'gdb/xm-rs6000.h')
-rw-r--r--gdb/xm-rs6000.h5
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. */