Define io_linux.h constants for x86_64

Based on thread from chrony-users, October 2007.
This commit is contained in:
Richard P. Curnow 2007-12-02 14:39:50 +00:00
parent efcf3f7c6b
commit eeac7b7ca0

View file

@ -6,7 +6,7 @@
/* Hmm. These constants vary a bit between systems. */
/* (__sh__ includes both sh and sh64) */
#if defined(__i386__) || defined(__sh__) || defined(__arm__)
#if defined(__i386__) || defined(__sh__) || defined(__arm__)||defined(__x86_64__)
#define CHRONY_IOC_NRBITS 8
#define CHRONY_IOC_TYPEBITS 8
#define CHRONY_IOC_SIZEBITS 14