aboutsummaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2010-06-09 23:56:08 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2010-06-09 23:56:08 +0000
commitae3ea4e2995f72af3a7e546e1992939094001736 (patch)
tree29bb32c982c198d641127d702563189e5f90ef34 /main
parent9eb7a04913632b127d1406e082be2dfbb76d592f (diff)
Attempt to fix FreeBSD build problem.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@269569 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'main')
-rw-r--r--main/lock.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/lock.c b/main/lock.c
index e59259942..f98837778 100644
--- a/main/lock.c
+++ b/main/lock.c
@@ -32,6 +32,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#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