summaryrefslogtreecommitdiffstats
path: root/runtime/debug.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-07-07 12:09:41 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2009-07-07 12:09:41 +0200
commitf53aa966e1fad03c478de342f5a878e57405de13 (patch)
treee9da164a635aed6f0ee72d107505e0fe3ed44108 /runtime/debug.h
parent53aa68fc7d78279ab1af88de253a6134fc7ef00d (diff)
downloadrsyslog-f53aa966e1fad03c478de342f5a878e57405de13.tar.gz
rsyslog-f53aa966e1fad03c478de342f5a878e57405de13.tar.xz
rsyslog-f53aa966e1fad03c478de342f5a878e57405de13.zip
solved a race condition
Diffstat (limited to 'runtime/debug.h')
-rw-r--r--runtime/debug.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/debug.h b/runtime/debug.h
index 8b66d784..dcbfb930 100644
--- a/runtime/debug.h
+++ b/runtime/debug.h
@@ -135,7 +135,6 @@ void dbgPrintAllDebugInfo(void);
/* debug aides */
#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 )