Commit 204fbab2 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

macosx: typo s/pthread_test_cancel/pthread_testcancel/

parent 996eb70e
...@@ -1440,7 +1440,7 @@ static void * manage_cleanup( void * args ) ...@@ -1440,7 +1440,7 @@ static void * manage_cleanup( void * args )
vlc_mutex_unlock( &p_intf->change_lock ); vlc_mutex_unlock( &p_intf->change_lock );
pthread_test_cancel(); /* In 10.5 nanosleep is not a cancellation point */ pthread_testcancel(); /* In 10.5 nanosleep is not a cancellation point */
msleep( INTF_IDLE_SLEEP ); msleep( INTF_IDLE_SLEEP );
[pool release]; [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