summaryrefslogtreecommitdiff
path: root/libc/private/KernelArgumentBlock.h
diff options
context:
space:
mode:
authorJosh Gao <jmgao@google.com>2020-01-02 23:40:53 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2020-01-02 23:40:53 +0000
commit84d00460df204a89c9a166a3c847d4359810abbc (patch)
tree20d1080bef67ac6c1fc5e2d92eb9e4b2b532897c /libc/private/KernelArgumentBlock.h
parente592dacfa254f59bb097c98d118d0c860b181da1 (diff)
parent5074e7d28f128d8150dd36366b9e0867cfb80a27 (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/private/KernelArgumentBlock.h')
-rw-r--r--libc/private/KernelArgumentBlock.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/private/KernelArgumentBlock.h b/libc/private/KernelArgumentBlock.h
index c8ce8411f..ee28d69f9 100644
--- a/libc/private/KernelArgumentBlock.h
+++ b/libc/private/KernelArgumentBlock.h
@@ -21,7 +21,7 @@
#include <stdint.h>
#include <sys/auxv.h>
-#include "private/bionic_macros.h"
+#include "platform/bionic/macros.h"
// When the kernel starts the dynamic linker, it passes a pointer to a block
// of memory containing argc, the argv array, the environment variable array,