commit | 5dea560e4c2f415822b1810fbfdf0fd32007e3b0 | [log] [tgz] |
---|---|---|
author | Tom Cherry <tomcherry@google.com> | Wed Aug 07 23:04:50 2019 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Aug 07 23:04:50 2019 +0000 |
tree | bcc9176d849bdefbac8223064708f65a01b741f4 | |
parent | 592b5f52fd5f027817516b4d0945c2b4537518e4 [diff] | |
parent | 08baac348c9aeb30ebb5c5a48abfb1b9f46767de [diff] |
Merge "Remove now unneeded #undef in __cxa_guard.cpp"
diff --git a/libc/bionic/__cxa_guard.cpp b/libc/bionic/__cxa_guard.cpp index 30b5f41..e2e7477 100644 --- a/libc/bionic/__cxa_guard.cpp +++ b/libc/bionic/__cxa_guard.cpp
@@ -16,9 +16,7 @@ #include <endian.h> #include <limits.h> -#undef _USING_LIBCXX // Prevent using of <atomic>. #include <stdatomic.h> - #include <stddef.h> #include "private/bionic_futex.h"