blob: 840a0818cba4bc204eab1cd184c73a80531a386e [file] [log] [blame]
#ifndef _EXECINFO_H
#include <debug/execinfo.h>
extern int __backtrace (void **__array, int __size);
libc_hidden_proto (__backtrace)
extern char **__backtrace_symbols (void *__const *__array, int __size);
extern void __backtrace_symbols_fd (void *__const *__array, int __size,
int __fd);
libc_hidden_proto (__backtrace_symbols_fd)
#endif