remove freebsd comment, don't use debug pthread stubs by default
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12377 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -63,9 +63,6 @@
|
|||||||
#define HEIMDAL_MUTEX_unlock(m) mutex_unlock(m)
|
#define HEIMDAL_MUTEX_unlock(m) mutex_unlock(m)
|
||||||
#define HEIMDAL_MUTEX_destroy(m) mutex_destroy(m)
|
#define HEIMDAL_MUTEX_destroy(m) mutex_destroy(m)
|
||||||
|
|
||||||
/* XXX hole for Jacques to fill in :)
|
|
||||||
#el if defined(__FreeBSD_version) && */
|
|
||||||
|
|
||||||
#elif defined(ENABLE_PTHREAD_SUPPORT)
|
#elif defined(ENABLE_PTHREAD_SUPPORT)
|
||||||
|
|
||||||
#define HEIMDAL_MUTEX pthread_mutex_t
|
#define HEIMDAL_MUTEX pthread_mutex_t
|
||||||
@@ -75,7 +72,7 @@
|
|||||||
#define HEIMDAL_MUTEX_unlock(m) pthread_mutex_unlock(m)
|
#define HEIMDAL_MUTEX_unlock(m) pthread_mutex_unlock(m)
|
||||||
#define HEIMDAL_MUTEX_destroy(m) pthread_mutex_destroy(m)
|
#define HEIMDAL_MUTEX_destroy(m) pthread_mutex_destroy(m)
|
||||||
|
|
||||||
#elif defined(HEIMDAL_DEBUG_THREADS) || 1
|
#elif defined(HEIMDAL_DEBUG_THREADS)
|
||||||
|
|
||||||
/* no threads support, just do consistency checks */
|
/* no threads support, just do consistency checks */
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
Reference in New Issue
Block a user