unstack - fix ipcvecs
[minix.git] / sys / arch / i386 / include / cdefs.h
blob3da516304eda2ca50de98dda191f80cf50f0c5be
1 /* $NetBSD: cdefs.h,v 1.8 2011/06/16 13:27:59 joerg Exp $ */
3 #ifndef _I386_CDEFS_H_
4 #define _I386_CDEFS_H_
6 #if defined(_STANDALONE)
7 #ifdef __PCC__
8 #define __compactcall
9 #else
10 #define __compactcall __attribute__((__regparm__(3)))
11 #endif
12 #endif
14 #ifdef __minix
15 #ifndef __ELF__
16 #define __LEADING_UNDERSCORE
17 #endif
18 #else /* !__minix */
19 /* No arch-specific cdefs. */
20 #endif
22 #endif /* !_I386_CDEFS_H_ */