mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-21 01:12:26 +08:00
* malloc/malloc.c [! MALLOC_DEBUG] (assert): #undef before defining.
* sysdeps/mach/hurd/Versions (ld: GLIBC_2.2.6): Add __errno_location.
This commit is contained in:
parent
79af0a1dca
commit
57449fa348
@ -1,9 +1,9 @@
|
|||||||
2002-09-29 Roland McGrath <roland@redhat.com>
|
2002-09-29 Roland McGrath <roland@redhat.com>
|
||||||
|
|
||||||
|
* malloc/malloc.c [! MALLOC_DEBUG] (assert): #undef before defining.
|
||||||
|
|
||||||
* sysdeps/mach/hurd/Versions (ld: GLIBC_2.2.6): Add __errno_location.
|
* sysdeps/mach/hurd/Versions (ld: GLIBC_2.2.6): Add __errno_location.
|
||||||
|
|
||||||
2002-09-29 Roland McGrath <roland@redhat.com>
|
|
||||||
|
|
||||||
* sysdeps/unix/sysv/linux/x86_64/sysdep.S [USE_TLS && HAVE___THREAD]:
|
* sysdeps/unix/sysv/linux/x86_64/sysdep.S [USE_TLS && HAVE___THREAD]:
|
||||||
Define errno in .tbss.
|
Define errno in .tbss.
|
||||||
* sysdeps/unix/x86_64/sysdep.S [USE_TLS && HAVE___THREAD]: Use TLS
|
* sysdeps/unix/x86_64/sysdep.S [USE_TLS && HAVE___THREAD]: Use TLS
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2002-09-29 Jakub Jelinek <jakub@redhat.com>
|
||||||
|
|
||||||
|
* sysdeps/pthread/tst-timer.c (main): Clear
|
||||||
|
SIGEV2.sigev_notify_attributes.
|
||||||
|
|
||||||
2002-09-29 Ulrich Drepper <drepper@redhat.com>
|
2002-09-29 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
* sysdeps/i386/useldt.h (DO_SET_THREAD_AREA): Don't use
|
* sysdeps/i386/useldt.h (DO_SET_THREAD_AREA): Don't use
|
||||||
|
@ -307,6 +307,7 @@ extern "C" {
|
|||||||
#if MALLOC_DEBUG
|
#if MALLOC_DEBUG
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#else
|
#else
|
||||||
|
#undef assert
|
||||||
#define assert(x) ((void)0)
|
#define assert(x) ((void)0)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user