linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / arch / um / os-Linux / util.c
index c47a2a7..e32065e 100644 (file)
@@ -104,7 +104,7 @@ void setup_hostinfo(void)
 int setjmp_wrapper(void (*proc)(void *, void *), ...)
 {
        va_list args;
-       jmp_buf buf;
+       sigjmp_buf buf;
        int n;
 
        n = sigsetjmp(buf, 1);