From c1422e5b7cdb4400f934c91bcefa3a1a96d789fb Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 9 Oct 1999 21:56:43 +0000 Subject: Update. Patch by khendricks@ivey.uwo.ca [libc/1382]. --- include/execinfo.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'include') diff --git a/include/execinfo.h b/include/execinfo.h index d5c5216..143a9cc 100644 --- a/include/execinfo.h +++ b/include/execinfo.h @@ -1 +1,11 @@ +#ifndef _EXECINFO_H #include + +extern int __backtrace (void **__array, int __size); + +extern char **__backtrace_symbols (void *__const *__array, int __size); + +extern void __backtrace_symbols_fd (void *__const *__array, int __size, + int __fd); + +#endif -- cgit v1.1