소스 검색

fix invalid usage of mcontext_t in powerpc signal.h

rofl0r 12 년 전
부모
커밋
2df4f6f17b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      arch/powerpc/bits/signal.h

+ 1 - 1
arch/powerpc/bits/signal.h

@@ -27,7 +27,7 @@ typedef struct __ucontext {
 	struct __ucontext *uc_link;
 	stack_t uc_stack;
 	int uc_pad[7];
-	struct mcontext_t *uc_regs;
+	mcontext_t *uc_regs;
 	
 	sigset_t uc_sigmask;