mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2025-02-16 18:21:41 +01:00
Fix description of the return value.
(Logical change 1.116)
This commit is contained in:
parent
34085cad7b
commit
bb4371c364
1 changed files with 3 additions and 3 deletions
|
@ -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…
Add table
Reference in a new issue