projects
/
kopensolaris-gnu
/
glibc.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
(tr_where): Makr as internal function.
[kopensolaris-gnu/glibc.git]
/
malloc
/
mtrace.c
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;
{