]> git.ipfire.org Git - thirdparty/chrony.git/commitdiff
Add s390 and powerpc definitions to io_linux.h
authorMiroslav Lichvar <mlichvar@redhat.com>
Thu, 26 Nov 2009 12:41:07 +0000 (13:41 +0100)
committerMiroslav Lichvar <mlichvar@redhat.com>
Thu, 26 Nov 2009 13:59:11 +0000 (14:59 +0100)
io_linux.h

index 78479b3b82261ee7e2e96dcb71456874db4fbf4f..2c3b03cb27755dc36cf164aa7a6f0348ffa0e2dc 100644 (file)
@@ -6,7 +6,8 @@
 
 /* Hmm.  These constants vary a bit between systems. */
 /* (__sh__ includes both sh and sh64) */
-#if defined(__i386__) || defined(__sh__) || defined(__arm__)||defined(__x86_64__)
+/* (__s390__ includes both s390 and s390x) */
+#if defined(__i386__) || defined(__sh__) || defined(__arm__) || defined(__x86_64__) || defined(__s390__)
 #define CHRONY_IOC_NRBITS      8
 #define CHRONY_IOC_TYPEBITS    8
 #define CHRONY_IOC_SIZEBITS    14
@@ -26,7 +27,7 @@
 #define CHRONY_IOC_READ        2U
 #define CHRONY_IOC_WRITE       4U
 
-#elif defined(__mips__) || defined(__mips32__)
+#elif defined(__mips__) || defined(__mips32__) || defined(__powerpc__)
 #define CHRONY_IOC_NRBITS       8
 #define CHRONY_IOC_TYPEBITS     8
 #define CHRONY_IOC_SIZEBITS     13