Skip to content
Snippets Groups Projects
Commit 2c0f4236 authored by Kevin P. Fleming's avatar Kevin P. Fleming
Browse files

correct comment

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6225 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 5cc0413c
No related branches found
No related tags found
No related merge requests found
...@@ -302,7 +302,7 @@ static inline int __ast_pthread_mutex_unlock(const char *filename, int lineno, c ...@@ -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_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 #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 #define AST_MUTEX_INIT_VALUE PTHREAD_MUTEX_INIT_VALUE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment