Revision b67d5959 vl.c

b/vl.c
3247 3247
    }
3248 3248

  
3249 3249
    for(;;) {
3250

  
3251 3250
        ret = cpu_x86_exec(env);
3252 3251
        if (reset_requested)
3253 3252
            break;
......
3648 3647
    } else {
3649 3648
#ifdef CONFIG_SDL
3650 3649
        sdl_display_init(ds);
3651
        /* the pthreads modify sigaction. We don't want that. */
3650
        /* SDL use the pthreads and they modify sigaction. We don't
3651
           want that. */
3652
#if __GLIBC__ > 2 || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 3)
3653
#define sigaction __libc_sigaction
3654
#else
3652 3655
#define sigaction __sigaction
3656
#endif
3653 3657
#else
3654 3658
        dumb_display_init(ds);
3655 3659
#endif

Also available in: Unified diff