aboutsummaryrefslogtreecommitdiffstats
path: root/devicestate.c
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-08-09 15:37:33 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-08-09 15:37:33 +0000
commit23a2111d4058937a96fc677a67f8cb0538d235c8 (patch)
tree14e3ee4e25164028987eadaeea81ab79f09001ef /devicestate.c
parente915d19e2feb107878a566f88f99f023b82b90f6 (diff)
eliminate compiler warnings when DEBUG_THREADS is enabled
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6313 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'devicestate.c')
-rwxr-xr-xdevicestate.c2
1 files changed, 1 insertions, 1 deletions
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);
}
}