1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2025-01-22 16:20:29 +01:00

Add section on thread and signal safety.

(Logical change 1.60)
This commit is contained in:
mostang.com!davidm 2003-03-11 01:05:47 +00:00
parent e77ab65264
commit 1c48aa0448

View file

@ -66,6 +66,11 @@ For local unwinding, \Func{unw\_resume}() does not return on success.
For remote unwinding, it returns 0 on success. On failure, the
negative value of one of the errors below is returned.
\section{Thread and Signal Safety}
\Func{unw\_resume}() is thread-safe as well as safe to use from a
signal handler.
\section{Errors}
\begin{Description}