summaryrefslogtreecommitdiffstats
path: root/runtime/debug.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-05-28 15:57:39 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2009-05-28 15:57:39 +0200
commitcbbf1586a204a897a050b6cb294b120e3ff5f23c (patch)
tree2eb542dbfa702bdf8e560ab808caf4cc6ba7495b /runtime/debug.h
parent7860e4a393995662e5f82f0ecbb84dd28c7f0297 (diff)
downloadrsyslog-cbbf1586a204a897a050b6cb294b120e3ff5f23c.tar.gz
rsyslog-cbbf1586a204a897a050b6cb294b120e3ff5f23c.tar.xz
rsyslog-cbbf1586a204a897a050b6cb294b120e3ff5f23c.zip
some cleanup & fix make distcheck
Diffstat (limited to 'runtime/debug.h')
-rw-r--r--runtime/debug.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/debug.h b/runtime/debug.h
index 03702250..8b66d784 100644
--- a/runtime/debug.h
+++ b/runtime/debug.h
@@ -134,8 +134,8 @@ void dbgPrintAllDebugInfo(void);
/* debug aides */
-//#ifdef RTINST
-#if 1 // temporarily removed for helgrind
+#ifdef RTINST
+//#if 0 // temporarily removed for helgrind
#define d_pthread_mutex_lock(x) dbgMutexLock(x, pdbgFuncDB, __LINE__, dbgCALLStaCK_POP_POINT )
#define d_pthread_mutex_trylock(x) dbgMutexTryLock(x, pdbgFuncDB, __LINE__, dbgCALLStaCK_POP_POINT )
#define d_pthread_mutex_unlock(x) dbgMutexUnlock(x, pdbgFuncDB, __LINE__, dbgCALLStaCK_POP_POINT )