mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 12:16:00 +00:00
correct comment
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6225 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user