aboutsummaryrefslogtreecommitdiff
path: root/src/libthread/power-ucontext.h
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2005-11-09 12:23:53 +0000
committerrsc <devnull@localhost>2005-11-09 12:23:53 +0000
commit93eb0e23c0a56d10c232998f305892689188c61a (patch)
tree8a5b22dec6dd8c34d4b677820bdf2bca3876ddd9 /src/libthread/power-ucontext.h
parent3bc4abf41ea1ea1a3bf4b7517926310f1700a79b (diff)
downloadplan9port-93eb0e23c0a56d10c232998f305892689188c61a.tar.gz
plan9port-93eb0e23c0a56d10c232998f305892689188c61a.tar.bz2
plan9port-93eb0e23c0a56d10c232998f305892689188c61a.zip
mac
Diffstat (limited to 'src/libthread/power-ucontext.h')
-rw-r--r--src/libthread/power-ucontext.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libthread/power-ucontext.h b/src/libthread/power-ucontext.h
index a25d480a..9e500822 100644
--- a/src/libthread/power-ucontext.h
+++ b/src/libthread/power-ucontext.h
@@ -1,5 +1,5 @@
-#define setcontext(u) _setmcontext(&(u)->uc_mcontext)
-#define getcontext(u) _getmcontext(&(u)->uc_mcontext)
+#define setcontext(u) _setmcontext(&(u)->mc)
+#define getcontext(u) _getmcontext(&(u)->mc)
typedef struct mcontext mcontext_t;
typedef struct ucontext ucontext_t;
struct mcontext