Project

General

Profile

Bug #7041 ยป ruby-pthread.diff

patch - stass (Stanislav Sedov), 09/20/2012 04:20 PM

View differences:

thread_pthread.c (working copy)
# endif
r = pthread_cond_init(&cond->cond, &attr);
pthread_condattr_destroy(&attr);
# else
r = pthread_cond_init(&cond->cond, NULL);
# endif
    (1-1/1)