X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=urcu-call-rcu.h;h=339ebacc3f7c013975d62370ca27aa47b282e724;hp=30388c5316776bac79722f541ccdf370ccbf7549;hb=67ecffc0f530a7b5c4dd5111ea7dd3213da8eb91;hpb=b7f721d9ba1e3bc86a6f78d8571aacb0519b071e diff --git a/urcu-call-rcu.h b/urcu-call-rcu.h index 30388c5..339ebac 100644 --- a/urcu-call-rcu.h +++ b/urcu-call-rcu.h @@ -64,7 +64,7 @@ struct rcu_head { /* * Exported functions * - * Important: see rcu-api.txt in userspace-rcu documentation for + * Important: see rcu-api.md in userspace-rcu documentation for * call_rcu family of functions usage detail, including the surrounding * RCU usage required when using these primitives. */ @@ -94,7 +94,7 @@ void call_rcu_after_fork_child(void); void rcu_barrier(void); -#ifdef __cplusplus +#ifdef __cplusplus } #endif