diff options
author | Josh Gao <jmgao@google.com> | 2020-01-02 23:40:53 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2020-01-02 23:40:53 +0000 |
commit | 84d00460df204a89c9a166a3c847d4359810abbc (patch) | |
tree | 20d1080bef67ac6c1fc5e2d92eb9e4b2b532897c /libc/malloc_debug/MapData.h | |
parent | e592dacfa254f59bb097c98d118d0c860b181da1 (diff) | |
parent | 5074e7d28f128d8150dd36366b9e0867cfb80a27 (diff) |
Merge changes from topic "bionic_signal_platform_headers"
* changes:
Move sigrtmin.h into platform headers.
Move bionic_macros.h from private to platform.
Diffstat (limited to 'libc/malloc_debug/MapData.h')
-rw-r--r-- | libc/malloc_debug/MapData.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/malloc_debug/MapData.h b/libc/malloc_debug/MapData.h index 5b08b909b..f2b3c1cfe 100644 --- a/libc/malloc_debug/MapData.h +++ b/libc/malloc_debug/MapData.h @@ -34,7 +34,7 @@ #include <set> #include <string> -#include <private/bionic_macros.h> +#include <platform/bionic/macros.h> struct MapEntry { MapEntry(uintptr_t start, uintptr_t end, uintptr_t offset, const char* name, size_t name_len, int flags) |