X-Git-Url: http://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=urcu-bp.h;fp=urcu-bp.h;h=bc2dbc370f7f80e0610613078e7417478829265f;hp=fdf885c71113d2f4add67ba4354d00bfd20fcfa7;hb=ef84facf4b0c23bd695ca9300055e3ffc9b56006;hpb=5e77fc1f94c3572fca067d37667d74f8165e2434 diff --git a/urcu-bp.h b/urcu-bp.h index fdf885c..bc2dbc3 100644 --- a/urcu-bp.h +++ b/urcu-bp.h @@ -71,8 +71,8 @@ extern "C" { * * Mark the beginning and end of a read-side critical section. */ -#define rcu_read_lock_bp() _rcu_read_lock() -#define rcu_read_unlock_bp() _rcu_read_unlock() +#define rcu_read_lock_bp _rcu_read_lock +#define rcu_read_unlock_bp _rcu_read_unlock #else /* !_LGPL_SOURCE */