From d1d126acf453608fd797ceaec73d73fa25517166 Mon Sep 17 00:00:00 2001 From: Joshua Haberman Date: Wed, 31 Aug 2011 17:31:27 -0700 Subject: Make "benchmark" build "benchmarks", add bug note. --- upb/atomic.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'upb') diff --git a/upb/atomic.h b/upb/atomic.h index d2b2bd2..87a0141 100644 --- a/upb/atomic.h +++ b/upb/atomic.h @@ -14,6 +14,9 @@ * * - a reader/writer lock (wrappers around platform-provided mutexes). * - an atomic refcount. + * + * TODO: This needs some revisiting/refinement, see: + * http://code.google.com/p/upb/issues/detail?id=8 */ #ifndef UPB_ATOMIC_H_ -- cgit v1.2.3