Commit cbeb3453 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

macosx: nanosleep() is not a cancellation point in 10.5.

parent 012d8b74
......@@ -1440,7 +1440,9 @@ static void * manage_cleanup( void * args )
vlc_mutex_unlock( &p_intf->change_lock );
pthread_test_cancel(); /* In 10.5 nanosleep is not a cancellation point */
msleep( INTF_IDLE_SLEEP );
[pool release];
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment