typo
This commit is contained in:
parent
da20ccc711
commit
784d655067
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ typedef struct ucontext ucontext_t;
|
||||||
extern int swapcontext(ucontext_t*, ucontext_t*);
|
extern int swapcontext(ucontext_t*, ucontext_t*);
|
||||||
extern void makecontext(ucontext_t*, void(*)(), int, ...);
|
extern void makecontext(ucontext_t*, void(*)(), int, ...);
|
||||||
extern int getmcontext(mcontext_t*);
|
extern int getmcontext(mcontext_t*);
|
||||||
extern void setmcontext(mcontetx_t*);
|
extern void setmcontext(mcontext_t*);
|
||||||
|
|
||||||
/*-
|
/*-
|
||||||
* Copyright (c) 1999 Marcel Moolenaar
|
* Copyright (c) 1999 Marcel Moolenaar
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue