From 8e605e789df868763e388dca7040538c1de41b85 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 27 Mar 2000 05:36:34 +0000 Subject: Update. 2000-03-26 Ulrich Drepper * include/features.h: Undef and document __USE_XOPEN2K. * malloc/mcheck.c: Implement pedantic checking of all allocated blocks whenever a function is called. Initiated by calling mcheck_pedantic instead of mcheck. * malloc/mcheck.h: Declare mcheck_pedantic. * malloc/Versions [libc] (GLIBC_2.2): Add mcheck_pedantic. * locale/programs/localdef.c: Use mcheck_pedantic instead of mcheck for now. --- malloc/Versions | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'malloc/Versions') diff --git a/malloc/Versions b/malloc/Versions index 1a4454f22e..43207549a6 100644 --- a/malloc/Versions +++ b/malloc/Versions @@ -48,4 +48,8 @@ libc { # Special functions. __libc_freeres; } + GLIBC_2.2 { + # m* + mcheck_pedantic; + } } -- cgit v1.2.3