Skip to content

Commit

Permalink
* malloc/malloc.c [! MALLOC_DEBUG] (assert): #undef before defining.
Browse files Browse the repository at this point in the history
	* sysdeps/mach/hurd/Versions (ld: GLIBC_2.2.6): Add __errno_location.
  • Loading branch information
Roland McGrath committed Sep 29, 2002
1 parent 79af0a1 commit 57449fa
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
2002-09-29 Roland McGrath <roland@redhat.com>

* sysdeps/mach/hurd/Versions (ld: GLIBC_2.2.6): Add __errno_location.
* malloc/malloc.c [! MALLOC_DEBUG] (assert): #undef before defining.

2002-09-29 Roland McGrath <roland@redhat.com>
* sysdeps/mach/hurd/Versions (ld: GLIBC_2.2.6): Add __errno_location.

* sysdeps/unix/sysv/linux/x86_64/sysdep.S [USE_TLS && HAVE___THREAD]:
Define errno in .tbss.
Expand Down
5 changes: 5 additions & 0 deletions linuxthreads/ChangeLog
Original file line number Diff line number Diff line change
@@ -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>

* sysdeps/i386/useldt.h (DO_SET_THREAD_AREA): Don't use
Expand Down
1 change: 1 addition & 0 deletions malloc/malloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,7 @@ extern "C" {
#if MALLOC_DEBUG
#include <assert.h>
#else
#undef assert
#define assert(x) ((void)0)
#endif

Expand Down

0 comments on commit 57449fa

Please sign in to comment.