diff options
Diffstat (limited to 'bits/string.h')
-rw-r--r-- | bits/string.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bits/string.h b/bits/string.h index f8630d2c52..b88a6bc601 100644 --- a/bits/string.h +++ b/bits/string.h @@ -8,5 +8,7 @@ #ifndef _BITS_STRING_H #define _BITS_STRING_H 1 +/* Define if architecture can access unaligned multi-byte variables. */ +#define _STRING_ARCH_unaligned 0 #endif /* bits/string.h */ |