dect
/
asterisk
Archived
13
0
Fork 0

correct comment

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6225 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
kpfleming 2005-07-26 21:49:07 +00:00
parent 877efbde94
commit 9e78450715
1 changed files with 1 additions and 1 deletions

View File

@ -302,7 +302,7 @@ static inline int __ast_pthread_mutex_unlock(const char *filename, int lineno, c
#define pthread_mutex_init use_ast_pthread_mutex_init_instead_of_pthread_mutex_init
#define pthread_mutex_destroy use_ast_pthread_mutex_destroy_instead_of_pthread_mutex_destroy
#else /* DEBUG_THREADS */
#else /* !DEBUG_THREADS */
#define AST_MUTEX_INIT_VALUE PTHREAD_MUTEX_INIT_VALUE