From: drepper Date: Mon, 15 Jun 1998 10:21:47 +0000 (+0000) Subject: Update declaration. X-Git-Tag: glibc-2_0_95~906 X-Git-Url: http://git.csclub.uwaterloo.ca/?p=kopensolaris-gnu%2Fglibc.git;a=commitdiff_plain;h=572619028b7ceda7fde64d5ec1e6abcaf5b057f9 Update declaration. --- diff --git a/debug/execinfo.h b/debug/execinfo.h index 07bed92446..bf757edf77 100644 --- 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. */ -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