1 1.12.6.1 tls /* $NetBSD: cdefs.h,v 1.12.6.1 2014/08/20 00:03:24 tls Exp $ */ 2 1.1 jtc 3 1.1 jtc #ifndef _MACHINE_CDEFS_H_ 4 1.1 jtc #define _MACHINE_CDEFS_H_ 5 1.1 jtc 6 1.10 martin /* No arch-specific cdefs. */ 7 1.12 joerg #ifdef __arch64__ 8 1.12.6.1 tls #define __ALIGNBYTES ((size_t)0xf) 9 1.12 joerg #else 10 1.12.6.1 tls #define __ALIGNBYTES ((size_t)0x7) 11 1.12 joerg #endif 12 1.1 jtc 13 1.1 jtc #endif /* !_MACHINE_CDEFS_H_ */ 14