X-Git-Url: https://pd.if.org/git/?p=nbds;a=blobdiff_plain;f=runtime%2Frcu.c;h=f5e3c3ca27bc53252e447fb99b086b0d863db5a4;hp=837845381c1b9c7fc0df50d9ea4748bf3eabc63a;hb=d61d7ffdfa8fab555a5086e61d2e9dfe699a14b9;hpb=9ec5405d406696c6cbdb7a47ade7fccc736a8b53 diff --git a/runtime/rcu.c b/runtime/rcu.c index 8378453..f5e3c3c 100644 --- a/runtime/rcu.c +++ b/runtime/rcu.c @@ -2,10 +2,13 @@ * Written by Josh Dybnis and released to the public domain, as explained at * http://creativecommons.org/licenses/publicdomain * - * safe memory reclemation using a simple technique from rcu + * safe memory reclamation using a simple technique from rcu + * + * WARNING: not robust enough for real-world use */ #include #include "common.h" +#include "runtime_local.h" #include "lwt.h" #include "mem.h" #include "tls.h"