projects
/
urcu.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix: urcu-qsbr: reversed logic on RCU_DEBUG
[urcu.git]
/
urcu-qsbr.h
diff --git
a/urcu-qsbr.h
b/urcu-qsbr.h
index bb0523c904916062ae1ee4843c8ee5085dd8ee8f..b4a28a78a6a84490611f1a12277197f4a02092d6 100644
(file)
--- a/
urcu-qsbr.h
+++ b/
urcu-qsbr.h
@@
-91,7
+91,7
@@
extern "C" {
* library debugging & tracing features we could come up with.
*/
-#if (!defined(BUILD_QSBR_LIB) && defined(RCU_DEBUG))
+#if (!defined(BUILD_QSBR_LIB) &&
!
defined(RCU_DEBUG))
static inline void rcu_read_lock(void)
{
This page took
0.022381 seconds
and
4
git commands to generate.