From 8a94298b7e146f5e0c46fd1dddbab67a91451b88 Mon Sep 17 00:00:00 2001 From: Vladimir Michl Date: Tue, 26 Jun 2007 22:06:39 +0100 Subject: [PATCH] Add support for Linux/arm --- io_linux.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/io_linux.h b/io_linux.h index c6f6f306..679aede0 100644 --- a/io_linux.h +++ b/io_linux.h @@ -6,7 +6,7 @@ /* Hmm. These constants vary a bit between systems. */ /* (__sh__ includes both sh and sh64) */ -#if defined(__i386__) || defined(__sh__) +#if defined(__i386__) || defined(__sh__) || defined(__arm__) #define CHRONY_IOC_NRBITS 8 #define CHRONY_IOC_TYPEBITS 8 #define CHRONY_IOC_SIZEBITS 14 -- 2.47.2