commit | 2d111d9eb10b6c48e2e47251be66b418a6109dd9 | [log] [tgz] |
---|---|---|
author | Hans Boehm <hboehm@google.com> | Wed Oct 01 19:16:49 2014 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Oct 01 19:16:50 2014 +0000 |
tree | fb3107752c245d2d8451d3ffcfbf2ae29e2410bc | |
parent | b19bd93f8b83307f2f7530545f7c78824914f4eb [diff] | |
parent | 76ac4d0853c3bba0c65edc98a9cdf932c452e252 [diff] |
Merge "Make memory_order_acquire visible in global namespace"
diff --git a/libc/include/stdatomic.h b/libc/include/stdatomic.h index 3db25a7..bcea859 100644 --- a/libc/include/stdatomic.h +++ b/libc/include/stdatomic.h
@@ -89,6 +89,7 @@ using std::memory_order; using std::memory_order_relaxed; using std::memory_order_consume; +using std::memory_order_acquire; using std::memory_order_release; using std::memory_order_acq_rel; using std::memory_order_seq_cst;