mirror of
https://github.com/FEX-Emu/libunwind.git
synced 2025-03-04 04:59:07 +00:00
Fix description of the return value.
(Logical change 1.116)
This commit is contained in:
parent
34085cad7b
commit
bb4371c364
@ -22,9 +22,9 @@ the next older, less deeply nested stack frame.
|
||||
\section{Return Value}
|
||||
|
||||
On successful completion, \Func{unw\_step}() returns a positive value
|
||||
if there are more stack frames in the call-chain, or 0 if the returned
|
||||
stack frame is the last frame in the chain. On error, the negative
|
||||
value of one of the error-codes below is returned.
|
||||
if the updated cursor refers to a valid stack frame, or 0 if the
|
||||
previous stack frame was the last frame in the chain. On error, the
|
||||
negative value of one of the error-codes below is returned.
|
||||
|
||||
\section{Thread and Signal Safety}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user