From 204fbab2fb255358ee238ddd42a332b691190389 Mon Sep 17 00:00:00 2001 From: Pierre d'Herbemont Date: Sat, 20 Sep 2008 19:46:50 +0200 Subject: [PATCH] macosx: typo s/pthread_test_cancel/pthread_testcancel/ --- modules/gui/macosx/intf.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/gui/macosx/intf.m b/modules/gui/macosx/intf.m index 2b08386365..250981ffbe 100644 --- a/modules/gui/macosx/intf.m +++ b/modules/gui/macosx/intf.m @@ -1440,7 +1440,7 @@ 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 */ + pthread_testcancel(); /* In 10.5 nanosleep is not a cancellation point */ msleep( INTF_IDLE_SLEEP ); [pool release]; -- 2.39.2