* config/rs6000/xm-rs6000.h (FIVE_ARG_PTRACE): Likewise.
So we can build under aix4 with an ansi compiler (should not effect aix3
since aix3 doesn't have a ptrace prototype).
Sat Aug 12 15:34:54 1995 Jeffrey A. Law <law@rtl.cygnus.com>
+ * config/powerpc/xm-aix.h (FIVE_ARG_PTRACE): Define.
+ * config/rs6000/xm-rs6000.h (FIVE_ARG_PTRACE): Likewise.
+
* configure.in: Recognize aix4 specially as some aspects
of aix4 need different handling than aix3.
* configure: Updated.
#define USG 1
#define HAVE_SIGSETMASK 1
+#define FIVE_ARG_PTRACE
+
/* AIX declares the mem functions differently than defs.h does. AIX is
right, but defs.h works on more old systems. For now, override it. */
#define USG 1
#define HAVE_SIGSETMASK 1
+#define FIVE_ARG_PTRACE
+
/* This system requires that we open a terminal with O_NOCTTY for it to
not become our controlling terminal. */