From c712ceeec4c15da8488c5ce143fcc6b0a02d74f3 Mon Sep 17 00:00:00 2001 From: Hans Boehm Date: Tue, 30 Sep 2014 18:31:04 -0700 Subject: Make memory_order_acquire visible in global namespace We were missing that using directive when including . Bug:17736764 Change-Id: Ie8ca92a952749415567bcd5fa21d56629a364660 (cherry picked from commit 76ac4d0853c3bba0c65edc98a9cdf932c452e252) --- libc/include/stdatomic.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libc') 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::atomic_signal_fence; 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; -- cgit v1.1