correct comment

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6225 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.2-netsec
Kevin P. Fleming 20 years ago
parent 5cc0413c54
commit 2c0f42361e

@ -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

Loading…
Cancel
Save