projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ed8103
)
(mtrace): Correct last patch.
author
drepper
<drepper>
Fri, 10 Apr 1998 10:58:28 +0000
(10:58 +0000)
committer
drepper
<drepper>
Fri, 10 Apr 1998 10:58:28 +0000
(10:58 +0000)
malloc/mtrace.c
patch
|
blob
|
history
diff --git
a/malloc/mtrace.c
b/malloc/mtrace.c
index
0c8e411
..
a7f0a90
100644
(file)
--- a/
malloc/mtrace.c
+++ b/
malloc/mtrace.c
@@
-244,7
+244,7
@@
mtrace ()
if (mallstream != NULL)
{
/* Be sure it doesn't malloc its buffer! */
- set
vbuf
(mallstream, malloc_trace_buffer, TRACE_BUFFER_SIZE);
+ set
buffer
(mallstream, malloc_trace_buffer, TRACE_BUFFER_SIZE);
fprintf (mallstream, "= Start\n");
tr_old_free_hook = __free_hook;
__free_hook = tr_freehook;