dect
/
asterisk
Archived
13
0
Fork 0

temporarily revert the way mutex are initialized on BSD systems.

This fixes the compilation on OS/X (the change exposed a wrong
assumption on mutex types on OS/X), but still leaves open the
bugs in initializing mutex on bsd systems, which you will see
reported as 'locking failures' on certain operations.
I need to investigate the issue further, but the best thing
i can do now is leave things as they have been for months.



git-svn-id: http://svn.digium.com/svn/asterisk/trunk@19973 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
rizzo 2006-04-14 13:54:53 +00:00
parent 79aff8b4f4
commit f9d382fc07
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@
#endif
#ifdef BSD
#if 0 && defined( __GNUC__)
#if 1 && defined( __GNUC__)
#define AST_MUTEX_INIT_W_CONSTRUCTORS
#else
#define AST_MUTEX_INIT_ON_FIRST_USE