]> git.ipfire.org Git - thirdparty/glibc.git/blame - include/execinfo.h
Remove pre-ISO C support
[thirdparty/glibc.git] / include / execinfo.h
CommitLineData
c1422e5b 1#ifndef _EXECINFO_H
7cabd57c 2#include <debug/execinfo.h>
c1422e5b 3
c19559b0 4extern int __backtrace (void **__array, int __size);
0e66ade5 5libc_hidden_proto (__backtrace)
c1422e5b 6
a784e502 7extern char **__backtrace_symbols (void *const *__array, int __size);
c1422e5b 8
a784e502 9extern void __backtrace_symbols_fd (void *const *__array, int __size,
c19559b0 10 int __fd);
0e66ade5 11libc_hidden_proto (__backtrace_symbols_fd)
c1422e5b
UD
12
13#endif