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
(from parent 1:
6af33e8
)
(tr_where): Makr as internal function.
author
drepper
<drepper>
Mon, 6 Oct 1997 00:51:03 +0000
(
00:51
+0000)
committer
drepper
<drepper>
Mon, 6 Oct 1997 00:51:03 +0000
(
00:51
+0000)
malloc/mtrace.c
patch
|
blob
|
history
diff --git
a/malloc/mtrace.c
b/malloc/mtrace.c
index
54c9dff
..
c1704d0
100644
(file)
--- a/
malloc/mtrace.c
+++ b/
malloc/mtrace.c
@@
-73,8
+73,9
@@
tr_break ()
{
}
-static void tr_where __P ((const __ptr_t));
+static void tr_where __P ((const __ptr_t))
internal_function
;
static void
+internal_function
tr_where (caller)
const __ptr_t caller;
{