From: Vladimir Michl Date: Tue, 26 Jun 2007 21:06:39 +0000 (+0100) Subject: Add support for Linux/arm X-Git-Tag: 1.23-pre1~4^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8a94298b7e146f5e0c46fd1dddbab67a91451b88;p=thirdparty%2Fchrony.git Add support for Linux/arm --- 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