From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Kettenis To: gdb-patches@sources.redhat.com Subject: [PATCH] Get rid of MEM_FNS_DECLARED Date: Sat, 08 Sep 2001 03:50:00 -0000 Message-id: <200109081050.f88AoC100516@delius.kettenis.local> X-SW-Source: 2001-09/msg00107.html No longer referenced in the sources. Committed. Index: ChangeLog from Mark Kettenis * config/xm-aix4.h (MEM_FNS_DECLARED): Removed. Index: config/xm-aix4.h =================================================================== RCS file: /cvs/src/src/gdb/config/xm-aix4.h,v retrieving revision 1.4 diff -u -p -r1.4 xm-aix4.h --- config/xm-aix4.h 2001/08/27 22:39:56 1.4 +++ config/xm-aix4.h 2001/09/08 10:48:43 @@ -47,11 +47,6 @@ #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 MEM_FNS_DECLARED 1 - /* This system requires that we open a terminal with O_NOCTTY for it to not become our controlling terminal. */