X-Git-Url: https://pd.if.org/git/?p=nbds;a=blobdiff_plain;f=runtime%2Frcu.c;h=f5e3c3ca27bc53252e447fb99b086b0d863db5a4;hp=c2e465e6cfcc3b0805e9d327f3430cd2ecee17be;hb=053576b00e7d37f19ce99f033e9981761d647c1f;hpb=fb536c12185fd1e339b5fd479d9ef84554b436df diff --git a/runtime/rcu.c b/runtime/rcu.c index c2e465e..f5e3c3c 100644 --- a/runtime/rcu.c +++ b/runtime/rcu.c @@ -2,7 +2,9 @@ * 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"