mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-07 13:09:33 -04:00
9 lines
188 B
C
9 lines
188 B
C
/* $NetBSD: cdefs.h,v 1.7 2012/01/20 14:08:07 joerg Exp $ */
|
|
|
|
#ifndef _MACHINE_CDEFS_H_
|
|
#define _MACHINE_CDEFS_H_
|
|
|
|
#define __ALIGNBYTES (sizeof(int) - 1)
|
|
|
|
#endif /* !_MACHINE_CDEFS_H_ */
|