unicodeio: Fix wrong result on FreeBSD.
[gnulib.git] / doc / glibc-headers / execinfo.texi
blob083e9808c303de81e32884d0021b84871e8ecc06
1 @node execinfo.h
2 @section @file{execinfo.h}
4 Declares the functions @code{backtrace}, @code{backtrace_symbols},
5 @code{backtrace_symbols_fd}.
7 Documentation:
8 @itemize
9 @item
10 @ifinfo
11 @ref{Backtraces,,,libc},
12 @end ifinfo
13 @ifnotinfo
14 @url{https://www.gnu.org/software/libc/manual/html_node/Backtraces.html},
15 @end ifnotinfo
16 @item
17 @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/backtrace.3.html,,man backtrace}.
18 @end itemize
20 Gnulib module: ---
22 Portability problems fixed by Gnulib:
23 @itemize
24 @item
25 This header file is missing on some platforms:
26 FreeBSD 6.0, NetBSD 5.0, OpenBSD 6.7, Minix 3.1.8, AIX 5.1, HP-UX 11, IRIX 6.5, Solaris 10, Cygwin, mingw, MSVC 14, Android 9.0.
27 @end itemize
29 Portability problems not fixed by Gnulib:
30 @itemize
31 @item
32 On platforms where the header file is missing,
33 the Gnulib substitute implementation is just a stub,
34 and does nothing.
35 @end itemize