1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-28 00:21:52 +03: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:
Roland McGrath
2002-09-29 22:53:29 +00:00
parent 79af0a1dca
commit 57449fa348
3 changed files with 8 additions and 2 deletions

View File

@ -307,6 +307,7 @@ extern "C" {
#if MALLOC_DEBUG
#include <assert.h>
#else
#undef assert
#define assert(x) ((void)0)
#endif