minix/nbsd_include/arch/i386/include/cdefs.h
2011-02-21 13:13:55 +00:00

14 lines
241 B
C

/* $NetBSD: cdefs.h,v 1.7 2008/10/26 06:57:30 mrg Exp $ */
#ifndef _I386_CDEFS_H_
#define _I386_CDEFS_H_
#ifdef __minix
#define __LEADING_UNDERSCORE
#else /* !__minix */
/* No arch-specific cdefs. */
#endif
#endif /* !_I386_CDEFS_H_ */