mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-21 01:12:26 +08:00
Update.
2000-11-29 H.J. Lu <hjl@gnu.org> * sysdeps/generic/readelflib.c (check_ptr): Undefine it first.
This commit is contained in:
parent
ecefc9b582
commit
a0f5c800f3
@ -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
|
||||
|
@ -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 \
|
||||
{ \
|
||||
|
Loading…
Reference in New Issue
Block a user