1 #include <sys/types.h> 2 3 /* Machine-specific definitions. See <bits/types.h> and <bits/typesizes.h>. */ 4 5 #define SIZEOF_SHORT 2 6 #define SIZEOF_INT 4 7 #define SIZEOF_LONG (__WORDSIZE / 8) 8 #define SIZEOF_LONG_LONG 8 9 #define SIZEOF_OFF_T (__WORDSIZE / 8) 10