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/debug_disable.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/debug_disable.h')
-rw-r--r-- | libc/malloc_debug/debug_disable.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/malloc_debug/debug_disable.h b/libc/malloc_debug/debug_disable.h index f9c3149ee..984bc2592 100644 --- a/libc/malloc_debug/debug_disable.h +++ b/libc/malloc_debug/debug_disable.h @@ -30,7 +30,7 @@ #include <sys/cdefs.h> -#include <private/bionic_macros.h> +#include <platform/bionic/macros.h> // ============================================================================= // Used to disable the debug allocation calls. |