diff options
Diffstat (limited to 'sysdeps/aarch64/bits/string.h')
-rw-r--r-- | sysdeps/aarch64/bits/string.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/aarch64/bits/string.h b/sysdeps/aarch64/bits/string.h index 3c2a50ba75..0a508f72c0 100644 --- a/sysdeps/aarch64/bits/string.h +++ b/sysdeps/aarch64/bits/string.h @@ -20,5 +20,5 @@ # error "Never use <bits/string.h> directly; include <string.h> instead." #endif -/* AArch64 implementations support efficient unaligned access. */ -#define _STRING_ARCH_unaligned 1 +/* AArch64 uses the aligned string inline ABI. */ +#define _STRING_INLINE_unaligned 0 |