[svn-commits] russell: trunk r269569 - /trunk/main/lock.c
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Wed Jun 9 18:56:12 CDT 2010
Author: russell
Date: Wed Jun 9 18:56:08 2010
New Revision: 269569
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=269569
Log:
Attempt to fix FreeBSD build problem.
Modified:
trunk/main/lock.c
Modified: trunk/main/lock.c
URL: http://svnview.digium.com/svn/asterisk/trunk/main/lock.c?view=diff&rev=269569&r1=269568&r2=269569
==============================================================================
--- trunk/main/lock.c (original)
+++ trunk/main/lock.c Wed Jun 9 18:56:08 2010
@@ -32,6 +32,7 @@
#undef pthread_mutex_destroy
#undef pthread_mutex_lock
#undef pthread_mutex_trylock
+#undef pthread_mutex_t
#undef pthread_mutex_unlock
#undef pthread_cond_init
#undef pthread_cond_signal
More information about the svn-commits
mailing list