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:
65c9ec3
)
Update declaration.
author
drepper
<drepper>
Mon, 15 Jun 1998 10:21:47 +0000
(10:21 +0000)
committer
drepper
<drepper>
Mon, 15 Jun 1998 10:21:47 +0000
(10:21 +0000)
debug/execinfo.h
patch
|
blob
|
history
diff --git
a/debug/execinfo.h
b/debug/execinfo.h
index
07bed92
..
bf757ed
100644
(file)
--- a/
debug/execinfo.h
+++ b/
debug/execinfo.h
@@
-31,8
+31,8
@@
extern int backtrace __P ((void **__array, int __size));
/* Return names of functions from the backtrace list in ARRAY in a newly
malloc()ed memory block. */
/* Return names of functions from the backtrace list in ARRAY in a newly
malloc()ed memory block. */
-extern char **__backtrace_symbols __P ((
__const void *
*__array, int __size));
-extern char **backtrace_symbols __P ((
__const void *
*__array, int __size));
+extern char **__backtrace_symbols __P ((
void *__const
*__array, int __size));
+extern char **backtrace_symbols __P ((
void *__const
*__array, int __size));
__END_DECLS
__END_DECLS