Documentation about Minix.
[gnulib.git] / doc / glibc-headers / execinfo.texi
1 @node execinfo.h
2 @section @file{execinfo.h}
3
4 Declares the functions @code{backtrace}, @code{backtrace_symbols},
5 @code{backtrace_symbols_fd}.
6
7 Documentation:
8 @itemize
9 @item
10 @ifinfo
11 @ref{Backtraces,,,libc},
12 @end ifinfo
13 @ifnotinfo
14 @url{http://www.gnu.org/software/libc/manual/html_node/Backtraces.html},
15 @end ifnotinfo
16 @item
17 @uref{http://www.kernel.org/doc/man-pages/online/pages/man3/backtrace.3.html,,man backtrace}.
18 @end itemize
19
20 Gnulib module: ---
21
22 Portability problems fixed by Gnulib:
23 @itemize
24 @end itemize
25
26 Portability problems not fixed by Gnulib:
27 @itemize
28 @item
29 This header file is missing on some platforms:
30 MacOS X 10.3, FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
31 @end itemize