From 23a2111d4058937a96fc677a67f8cb0538d235c8 Mon Sep 17 00:00:00 2001 From: kpfleming Date: Tue, 9 Aug 2005 15:37:33 +0000 Subject: eliminate compiler warnings when DEBUG_THREADS is enabled git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6313 f38db490-d61c-443f-a65b-d21fe96a405b --- devicestate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'devicestate.c') diff --git a/devicestate.c b/devicestate.c index f79cd1190..c3e7c52d0 100755 --- a/devicestate.c +++ b/devicestate.c @@ -228,7 +228,7 @@ static void *do_devstate_changes(void *data) } else { /* there was no entry, so atomically unlock the list and wait for the condition to be signalled (returns with the lock held) */ - pthread_cond_wait(&change_pending, &state_changes.lock); + ast_pthread_cond_wait(&change_pending, &state_changes.lock); } } -- cgit v1.2.3