repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Update.
[glibc.git]
/
include
/
execinfo.h
blob
143a9cc4ce3382d7e3ff8f2d15416ef8c10ac40c
1
#ifndef _EXECINFO_H
2
#include <debug/execinfo.h>
3
4
extern
int
__backtrace
(
void
**
__array
,
int
__size
);
5
6
extern
char
**
__backtrace_symbols
(
void
*
__const
*
__array
,
int
__size
);
7
8
extern
void
__backtrace_symbols_fd
(
void
*
__const
*
__array
,
int
__size
,
9
int
__fd
);
10
11
#endif