ttypo - plan9port - [fork] Plan 9 from user space
HTML git clone git://src.adamsgaard.dk/plan9port
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 784d65506702aab589d768a5db8113aca11dd6de
DIR parent da20ccc71184af84784ddb15dc2a7c6829c5d84f
HTML Author: rsc <devnull@localhost>
Date: Fri, 27 Jan 2006 18:52:43 +0000
ttypo
Diffstat:
M src/libthread/386-ucontext.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/src/libthread/386-ucontext.h b/src/libthread/386-ucontext.h
t@@ -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