X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=urcu%2Fstatic%2Furcu-pointer.h;h=28333c57746e927bfc44e06e0a9fcc2b0e4794e2;hp=06371e3dd1c066387db5316087346ccf9bbdf80b;hb=67ecffc0f530a7b5c4dd5111ea7dd3213da8eb91;hpb=f8c43f458c80566d298d539ec518a8be8c7cc861 diff --git a/urcu/static/urcu-pointer.h b/urcu/static/urcu-pointer.h index 06371e3..28333c5 100644 --- a/urcu/static/urcu-pointer.h +++ b/urcu/static/urcu-pointer.h @@ -36,7 +36,7 @@ #ifdef __cplusplus extern "C" { -#endif +#endif /** * _rcu_dereference - reads (copy) a RCU-protected pointer to a local variable @@ -141,7 +141,7 @@ extern "C" { */ #define _rcu_assign_pointer(p, v) _rcu_set_pointer(&(p), v) -#ifdef __cplusplus +#ifdef __cplusplus } #endif