mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-24 17:51:17 +03:00
@@ -1 +1,11 @@
|
||||
#ifndef _EXECINFO_H
|
||||
#include <debug/execinfo.h>
|
||||
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user