This commit is contained in:
Michael Kerrisk 2007-12-23 22:04:06 +00:00
parent 54f73b77a1
commit 187339e696
1 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ threads of control within a process.
The \fImcontext_t\fP type is machine-dependent and opaque.
The \fIucontext_t\fP type is a structure that has at least
the following fields:
.RS
.in +4
.nf
typedef struct ucontext {
@ -57,7 +57,7 @@ typedef struct ucontext {
} ucontext_t;
.fi
.RE
.in
with \fIsigset_t\fP and \fIstack_t\fP defined in
.IR <signal.h> .
Here \fIuc_link\fP points to the context that will be resumed