typo
This commit is contained in:
parent
da20ccc711
commit
784d655067
@ -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…
Reference in New Issue
Block a user