summaryrefslogtreecommitdiff
path: root/upb
diff options
context:
space:
mode:
authorJoshua Haberman <jhaberman@gmail.com>2011-08-31 17:31:27 -0700
committerJoshua Haberman <jhaberman@gmail.com>2011-08-31 17:31:27 -0700
commitd1d126acf453608fd797ceaec73d73fa25517166 (patch)
treede87bd9273f937f1289b497b43d849996c612cd5 /upb
parent8eb2b2a2169af97e5182a5a758b09a6e0e0caf37 (diff)
Make "benchmark" build "benchmarks", add bug note.
Diffstat (limited to 'upb')
-rw-r--r--upb/atomic.h3
1 files changed, 3 insertions, 0 deletions
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_
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback