2000-11-29  H.J. Lu  <hjl@gnu.org>

	* sysdeps/generic/readelflib.c (check_ptr): Undefine it first.
This commit is contained in:
Andreas Jaeger 2000-11-30 07:31:10 +00:00
parent ecefc9b582
commit a0f5c800f3
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2000-11-29 H.J. Lu <hjl@gnu.org>
* sysdeps/generic/readelflib.c (check_ptr): Undefine it first.
2000-11-29 Andreas Jaeger <aj@suse.de>
* sysdeps/unix/sysv/linux/hppa/brk.c (__brk): Remove unused

View file

@ -1,4 +1,4 @@
/* Copyright (C) 1999 Free Software Foundation, Inc.
/* Copyright (C) 1999, 2000 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Andreas Jaeger <aj@suse.de>, 1999 and
Jakub Jelinek <jakub@redhat.com>, 1999.
@ -25,6 +25,7 @@
/* check_ptr checks that a pointer is in the mmaped file and doesn't
point outside it. */
#undef check_ptr
#define check_ptr(ptr) \
do \
{ \