diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-03-27 06:37:56 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-03-27 06:37:56 +0000 |
commit | 30e0f9c39978e52aefbcc54ef69efb439ea20ff5 (patch) | |
tree | 0543ba4606d2770e48769952db6a604f424c6945 /malloc/mcheck.h | |
parent | 8e605e789df868763e388dca7040538c1de41b85 (diff) | |
download | glibc-30e0f9c39978e52aefbcc54ef69efb439ea20ff5.tar.gz |
Update.
* locale/programs/localedef.c (construct_output_path): If path
contains a / compute the end of the directory name correctly.
Diffstat (limited to 'malloc/mcheck.h')
-rw-r--r-- | malloc/mcheck.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/malloc/mcheck.h b/malloc/mcheck.h index 9460547d08..2b8bbb2cbf 100644 --- a/malloc/mcheck.h +++ b/malloc/mcheck.h @@ -45,9 +45,6 @@ extern int mcheck (void (*__abortfunc) (enum mcheck_status)) __THROW; the memory handling functions is called. This can be very slow. */ extern int mcheck_pedantic (void (*__abortfunc) (enum mcheck_status)) __THROW; -/* Similar to `mcheck', but perform tests on all blocks every time. */ -extern int mcheck_verbose (void (*func) __P ((enum mcheck_status))); - /* Check for aberrations in a particular malloc'd block. You must have called `mcheck' already. These are the same checks that `mcheck' does when you free or reallocate a block. */ |