From 8f4f670a307a9174cfd78db8b689d545e0ed314a Mon Sep 17 00:00:00 2001 From: Bernd Schmidt Date: Fri, 23 Nov 2007 17:19:02 +0000 Subject: mcontext_t shouldn't have a version argument, and fix REG_B0 definition. --- libc/sysdeps/linux/bfin/sys/ucontext.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libc/sysdeps/linux/bfin') diff --git a/libc/sysdeps/linux/bfin/sys/ucontext.h b/libc/sysdeps/linux/bfin/sys/ucontext.h index 0e16788c5..ac2ef94e2 100644 --- a/libc/sysdeps/linux/bfin/sys/ucontext.h +++ b/libc/sysdeps/linux/bfin/sys/ucontext.h @@ -109,7 +109,7 @@ enum REG_L3 = 35, #define REG_L3 REG_L3 REG_B_0 = 36, -#define REG_B_0 REG_B_0 +#define REG_B0 REG_B0 REG_B1 = 37, #define REG_B1 REG_B1 REG_B2 = 38, @@ -135,7 +135,6 @@ enum /* Context to describe whole processor state. */ typedef struct { - int version; gregset_t gregs; } mcontext_t; -- cgit v1.2.3