Merge "Remove now unneeded #undef in __cxa_guard.cpp"

This commit is contained in:
Tom Cherry 2019-08-07 23:04:50 +00:00 committed by Gerrit Code Review
commit 5dea560e4c

View file

@ -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"