repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove building with NOCRYPTO option
[minix.git]
/
sys
/
arch
/
i386
/
include
/
cdefs.h
blob
49cbedd730e9d0f4049bdc8f1c0bd54920ebb40d
1
/* $NetBSD: cdefs.h,v 1.9 2012/01/20 14:08:06 joerg Exp $ */
2
3
#ifndef _I386_CDEFS_H_
4
#define _I386_CDEFS_H_
5
6
#if defined(_STANDALONE)
7
#define __compactcall __attribute__((__regparm__(3)))
8
#endif
9
10
#define __ALIGNBYTES (sizeof(int) - 1)
11
12
#endif
/* !_I386_CDEFS_H_ */