mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-21 15:17:39 +01:00
siglongjmp documentation fix
Hi, I noticed a glitch in the documentation of libunwind-setjmp. Attached the patch. Thanks. -- Patrick Marlier
This commit is contained in:
parent
9184535486
commit
ec262e127b
2 changed files with 2 additions and 2 deletions
|
@ -36,7 +36,7 @@ _longjmp(jmp_buf env,
|
||||||
int val);
|
int val);
|
||||||
.br
|
.br
|
||||||
int
|
int
|
||||||
setjmp(sigjmp_buf env,
|
sigsetjmp(sigjmp_buf env,
|
||||||
int savemask);
|
int savemask);
|
||||||
.br
|
.br
|
||||||
void
|
void
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
\Type{void} \Func{longjmp}(\Type{jmp\_buf}~\Var{env}, \Type{int}~\Var{val});\\
|
\Type{void} \Func{longjmp}(\Type{jmp\_buf}~\Var{env}, \Type{int}~\Var{val});\\
|
||||||
\Type{int} \Func{\_setjmp}(\Type{jmp\_buf}~\Var{env});\\
|
\Type{int} \Func{\_setjmp}(\Type{jmp\_buf}~\Var{env});\\
|
||||||
\Type{void} \Func{\_longjmp}(\Type{jmp\_buf}~\Var{env}, \Type{int}~\Var{val});\\
|
\Type{void} \Func{\_longjmp}(\Type{jmp\_buf}~\Var{env}, \Type{int}~\Var{val});\\
|
||||||
\Type{int} \Func{setjmp}(\Type{sigjmp\_buf}~\Var{env}, \Type{int}~\Var{savemask});\\
|
\Type{int} \Func{sigsetjmp}(\Type{sigjmp\_buf}~\Var{env}, \Type{int}~\Var{savemask});\\
|
||||||
\Type{void} \Func{siglongjmp}(\Type{sigjmp\_buf}~\Var{env}, \Type{int}~\Var{val});\\
|
\Type{void} \Func{siglongjmp}(\Type{sigjmp\_buf}~\Var{env}, \Type{int}~\Var{val});\\
|
||||||
|
|
||||||
\section{Description}
|
\section{Description}
|
||||||
|
|
Loading…
Reference in a new issue