diff options
-rw-r--r-- | sys/arm/include/_types.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/arm/include/_types.h b/sys/arm/include/_types.h index 267ea83..b627963 100644 --- a/sys/arm/include/_types.h +++ b/sys/arm/include/_types.h @@ -43,10 +43,6 @@ #error this file needs sys/cdefs.h as a prerequisite #endif -#if __ARM_ARCH >= 6 -#define __NO_STRICT_ALIGNMENT -#endif - /* * Basic types upon which most other types are built. */ |