mirror of
https://github.com/intel/linux-sgx
synced 2026-06-08 14:49:32 +00:00
9441de4c38
This release is used in conjunction with the linux-sgx-driver Intial release: https://github.com/01org/linux-sgx-driver commit-id: 0e865ce5e6b297a787bcdc12d98bada8174be6d7 Intel-id: 33399 Signed-off-by: Angie Chinchilla <angie.v.chinchilla@intel.com>
43 lines
948 B
TeX
43 lines
948 B
TeX
\documentclass{article}
|
|
\usepackage[fancyhdr,pdf]{latex2man}
|
|
|
|
\input{common.tex}
|
|
|
|
\begin{document}
|
|
|
|
\begin{Name}{3}{unw\_strerror}{Thomas Hallgren}{Programming Library}{unw\_strerror}unw\_strerror -- get text corresponding to error code
|
|
\end{Name}
|
|
|
|
\section{Synopsis}
|
|
|
|
\File{\#include $<$libunwind.h$>$}\\
|
|
|
|
\Type{const char *} \Func{unw\_strerror}(\Type{int} \Var{err\_code});\\
|
|
|
|
\section{Description}
|
|
|
|
The \Func{unw\_strerror}() routine maps the (negative) \Var{err\_code}
|
|
to a corresponding text message and returns it.
|
|
|
|
\section{Return Value}
|
|
|
|
The message that corresponds to \Var{err\_code} or, if the
|
|
\Var{err\_code} has no corresponding message, the text "invalid error
|
|
code".
|
|
|
|
\section{Thread and Signal Safety}
|
|
|
|
\Func{unw\_strerror}() is thread-safe as well as safe to use
|
|
from a signal handler.
|
|
|
|
\section{Author}
|
|
|
|
\noindent
|
|
Thomas Hallgren\\
|
|
BEA Systems\\
|
|
Stockholm, Sweden\\
|
|
Email: \Email{thallgre@bea.com}\\
|
|
\LatexManEnd
|
|
|
|
\end{document}
|