plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit 784d65506702aab589d768a5db8113aca11dd6de
parent da20ccc71184af84784ddb15dc2a7c6829c5d84f
Author: rsc <devnull@localhost>
Date:   Fri, 27 Jan 2006 18:52:43 +0000

typo

Diffstat:
Msrc/libthread/386-ucontext.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/libthread/386-ucontext.h b/src/libthread/386-ucontext.h @@ -6,7 +6,7 @@ typedef struct ucontext ucontext_t; extern int swapcontext(ucontext_t*, ucontext_t*); extern void makecontext(ucontext_t*, void(*)(), int, ...); extern int getmcontext(mcontext_t*); -extern void setmcontext(mcontetx_t*); +extern void setmcontext(mcontext_t*); /*- * Copyright (c) 1999 Marcel Moolenaar